Show / Hide Table of Contents

Interface CfnSAMLProvider.ISAMLPrivateKeyProperty

Contains the private keys for the SAML provider.

Namespace: Amazon.CDK.AWS.IAM
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnSAMLProvider.ISAMLPrivateKeyProperty
Syntax (vb)
Public Interface CfnSAMLProvider.ISAMLPrivateKeyProperty
Remarks

This data type is used as a response element in the GetSAMLProvider operation.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-samlprovider-samlprivatekey.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.IAM;

             var sAMLPrivateKeyProperty = new SAMLPrivateKeyProperty {
                 KeyId = "keyId",
                 Timestamp = "timestamp"
             };

Synopsis

Properties

KeyId

The unique identifier for the SAML private key.

Timestamp

The date and time, in ISO 8601 date-time format, when the private key was uploaded.

Properties

KeyId

The unique identifier for the SAML private key.

string KeyId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-samlprovider-samlprivatekey.html#cfn-iam-samlprovider-samlprivatekey-keyid

Timestamp

The date and time, in ISO 8601 date-time format, when the private key was uploaded.

string Timestamp { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-samlprovider-samlprivatekey.html#cfn-iam-samlprovider-samlprivatekey-timestamp

Back to top Generated by DocFX