Class SamlIdpSigningKeyState
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Okta.Deprecated
Assembly: Pulumi.Okta.dll
Syntax
public sealed class SamlIdpSigningKeyState : ResourceArgs
Constructors
View SourceSamlIdpSigningKeyState()
Declaration
public SamlIdpSigningKeyState()
Properties
View SourceCreated
Declaration
public Input<string> Created { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ExpiresAt
Declaration
public Input<string> ExpiresAt { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Kid
Declaration
public Input<string> Kid { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Kty
Declaration
public Input<string> Kty { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Use
Declaration
public Input<string> Use { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
X5cs
base64-encoded X.509 certificate chain with DER encoding
Declaration
public InputList<string> X5cs { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
X5tS256
Declaration
public Input<string> X5tS256 { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |