Skip to content

Get Application Access Scope

ssoadmin_get_application_access_scope R Documentation

Retrieves the authorized targets for an IAM Identity Center access scope for an application

Description

Retrieves the authorized targets for an IAM Identity Center access scope for an application.

Usage

ssoadmin_get_application_access_scope(ApplicationArn, Scope)

Arguments

ApplicationArn

[required] Specifies the ARN of the application with the access scope that you want to retrieve.

Scope

[required] Specifies the name of the access scope for which you want the authorized targets.

Value

A list with the following syntax:

list(
  AuthorizedTargets = list(
    "string"
  ),
  Scope = "string"
)

Request syntax

svc$get_application_access_scope(
  ApplicationArn = "string",
  Scope = "string"
)