Skip to content

Get Iam Portal Login Url

datazone_get_iam_portal_login_url R Documentation

Gets the data portal URL for the specified Amazon DataZone domain

Description

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

Usage

datazone_get_iam_portal_login_url(domainIdentifier)

Arguments

domainIdentifier

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

Value

A list with the following syntax:

list(
  authCodeUrl = "string",
  userProfileId = "string"
)

Request syntax

svc$get_iam_portal_login_url(
  domainIdentifier = "string"
)