DataZone / Client / get_iam_portal_login_url

get_iam_portal_login_url#

DataZone.Client.get_iam_portal_login_url(**kwargs)#

Gets the data portal URL for the specified Amazon DataZone domain.

See also: AWS API Documentation

Request Syntax

response = client.get_iam_portal_login_url(
    domainIdentifier='string'
)
Parameters:

domainIdentifier (string) –

[REQUIRED]

the ID of the Amazon DataZone domain the data portal of which you want to get.

Return type:

dict

Returns:

Response Syntax

{
    'authCodeUrl': 'string',
    'userProfileId': 'string'
}

Response Structure

  • (dict) –

    • authCodeUrl (string) –

      The data portal URL of the specified Amazon DataZone domain.

    • userProfileId (string) –

      The ID of the user profile.

Exceptions