ssoadmin_create_application: Creates an application in IAM Identity Center for the given...

View source: R/ssoadmin_operations.R

ssoadmin_create_applicationR Documentation

Creates an application in IAM Identity Center for the given application provider

Description

Creates an application in IAM Identity Center for the given application provider.

See https://www.paws-r-sdk.com/docs/ssoadmin_create_application/ for full documentation.

Usage

ssoadmin_create_application(
  ApplicationProviderArn,
  ClientToken = NULL,
  Description = NULL,
  InstanceArn,
  Name,
  PortalOptions = NULL,
  Status = NULL,
  Tags = NULL
)

Arguments

ApplicationProviderArn

[required] The ARN of the application provider under which the operation will run.

ClientToken

Specifies a unique, case-sensitive ID that you provide to ensure the idempotency of the request. This lets you safely retry the request without accidentally performing the same operation a second time. Passing the same value to a later call to an operation requires that you also pass the same value for all other parameters. We recommend that you use a UUID type of value.

If you don't provide this value, then Amazon Web Services generates a random one for you.

If you retry the operation with the same ClientToken, but with different parameters, the retry fails with an IdempotentParameterMismatch error.

Description

The description of the .

InstanceArn

[required] The ARN of the instance of IAM Identity Center under which the operation will run. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.

Name

[required] The name of the .

PortalOptions

A structure that describes the options for the portal associated with an application.

Status

Specifies whether the application is enabled or disabled.

Tags

Specifies tags to be attached to the application.


paws.security.identity documentation built on May 29, 2024, 10:51 a.m.