cognitoidentityprovider_describe_managed_login_branding_by_client {paws.security.identity} | R Documentation |
Given the ID of a user pool app client, returns detailed information about the style assigned to the app client
Description
Given the ID of a user pool app client, returns detailed information about the style assigned to the app client.
See https://www.paws-r-sdk.com/docs/cognitoidentityprovider_describe_managed_login_branding_by_client/ for full documentation.
Usage
cognitoidentityprovider_describe_managed_login_branding_by_client(
UserPoolId,
ClientId,
ReturnMergedResources = NULL
)
Arguments
UserPoolId |
[required] The ID of the user pool that contains the app client where you want more information about the managed login branding style. |
ClientId |
[required] The app client that's assigned to the branding style that you want more information about. |
ReturnMergedResources |
When |
[Package paws.security.identity version 0.9.0 Index]