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