Show / Hide Table of Contents

Class CfnApplicationProvider.ResourceServerScopeDetailsProperty

Details for an IAM Identity Center access scope associated with a resource server.

Inheritance
object
CfnApplicationProvider.ResourceServerScopeDetailsProperty
Implements
CfnApplicationProvider.IResourceServerScopeDetailsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.SSO
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnApplicationProvider.ResourceServerScopeDetailsProperty : CfnApplicationProvider.IResourceServerScopeDetailsProperty
Syntax (vb)
Public Class CfnApplicationProvider.ResourceServerScopeDetailsProperty Implements CfnApplicationProvider.IResourceServerScopeDetailsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sso-applicationprovider-resourceserverscopedetails.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.SSO;

             var resourceServerScopeDetailsProperty = new ResourceServerScopeDetailsProperty {
                 DetailedTitle = "detailedTitle",
                 LongDescription = "longDescription"
             };

Synopsis

Constructors

ResourceServerScopeDetailsProperty()

Details for an IAM Identity Center access scope associated with a resource server.

Properties

DetailedTitle

The title of an access scope for a resource server.

LongDescription

The description of an access scope for a resource server.

Constructors

ResourceServerScopeDetailsProperty()

Details for an IAM Identity Center access scope associated with a resource server.

public ResourceServerScopeDetailsProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sso-applicationprovider-resourceserverscopedetails.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.SSO;

             var resourceServerScopeDetailsProperty = new ResourceServerScopeDetailsProperty {
                 DetailedTitle = "detailedTitle",
                 LongDescription = "longDescription"
             };

Properties

DetailedTitle

The title of an access scope for a resource server.

public string? DetailedTitle { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sso-applicationprovider-resourceserverscopedetails.html#cfn-sso-applicationprovider-resourceserverscopedetails-detailedtitle

LongDescription

The description of an access scope for a resource server.

public string? LongDescription { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sso-applicationprovider-resourceserverscopedetails.html#cfn-sso-applicationprovider-resourceserverscopedetails-longdescription

Implements

CfnApplicationProvider.IResourceServerScopeDetailsProperty
Back to top Generated by DocFX