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.
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
Remarks
Timestamp
The date and time, in ISO 8601 date-time format, when the private key was uploaded.
string Timestamp { get; }