Interface ICfnIdentityProviderProps
Properties for defining a CfnIdentityProvider
.
Namespace: Amazon.CDK.AwsWorkspacesweb
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnIdentityProviderProps
Syntax (vb)
Public Interface ICfnIdentityProviderProps
Remarks
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_workspacesweb;
var cfnIdentityProviderProps = new CfnIdentityProviderProps {
IdentityProviderDetails = new Dictionary<string, string> {
{ "identityProviderDetailsKey", "identityProviderDetails" }
},
IdentityProviderName = "identityProviderName",
IdentityProviderType = "identityProviderType",
// the properties below are optional
PortalArn = "portalArn",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Properties
IdentityProviderDetails | The identity provider details. The following list describes the provider detail keys for each identity provider type. |
IdentityProviderName | The identity provider name. |
IdentityProviderType | The identity provider type. |
PortalArn | The ARN of the identity provider. |
Tags |
Properties
IdentityProviderDetails
The identity provider details. The following list describes the provider detail keys for each identity provider type.
object IdentityProviderDetails { get; }
Property Value
System.Object
Remarks
IdentityProviderName
The identity provider name.
string IdentityProviderName { get; }
Property Value
System.String
Remarks
IdentityProviderType
The identity provider type.
string IdentityProviderType { get; }
Property Value
System.String
Remarks
PortalArn
The ARN of the identity provider.
virtual string PortalArn { get; }
Property Value
System.String