Show / Hide Table of Contents

Class SamlKeyState

Inheritance
System.Object
InputArgs
ResourceArgs
SamlKeyState
Inherited Members
ResourceArgs.Empty
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.Idp
Assembly: Pulumi.Okta.dll
Syntax
public sealed class SamlKeyState : ResourceArgs

Constructors

View Source

SamlKeyState()

Declaration
public SamlKeyState()

Properties

View Source

Created

Date created.

Declaration
public Input<string> Created { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ExpiresAt

Date the cert expires.

Declaration
public Input<string> ExpiresAt { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Kid

Key ID.

Declaration
public Input<string> Kid { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Kty

Identifies the cryptographic algorithm family used with the key.

Declaration
public Input<string> Kty { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Use

Intended use of the public key.

Declaration
public Input<string> Use { get; set; }
Property Value
Type Description
Input<System.String>
View Source

X5cs

base64-encoded X.509 certificate chain with DER encoding.

Declaration
public InputList<string> X5cs { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

X5tS256

base64url-encoded SHA-256 thumbprint of the DER encoding of an X.509 certificate.

Declaration
public Input<string> X5tS256 { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.