Show / Hide Table of Contents

Interface ISamlProvider

A SAML provider.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Stack
ISAMLProviderRef.SamlProviderRef
IEnvironmentAware.Env
Namespace: Amazon.CDK.AWS.IAM
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ISamlProvider : IResource, ISAMLProviderRef, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Interface ISamlProvider Inherits IResource, ISAMLProviderRef, IConstruct, IDependable, IEnvironmentAware

Synopsis

Properties

SamlProviderArn

The Amazon Resource Name (ARN) of the provider.

Properties

SamlProviderArn

The Amazon Resource Name (ARN) of the provider.

string SamlProviderArn { get; }
Property Value

string

Remarks

Attribute: true

Back to top Generated by DocFX