Show / Hide Table of Contents

Class ServerClaimState

Inheritance
System.Object
InputArgs
ResourceArgs
ServerClaimState
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.Auth
Assembly: Pulumi.Okta.dll
Syntax
public sealed class ServerClaimState : ResourceArgs

Constructors

View Source

ServerClaimState()

Declaration
public ServerClaimState()

Properties

View Source

AlwaysIncludeInToken

Specifies whether to include claims in token, by default is is set to true.

Declaration
public Input<bool> AlwaysIncludeInToken { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

AuthServerId

The Application's display name.

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

ClaimType

Specifies whether the claim is for an access token &quot;RESOURCE&quot; or ID token &quot;IDENTITY&quot;.

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

GroupFilterType

Specifies the type of group filter if value_type is &quot;GROUPS&quot;. Can be set to one of the following &quot;STARTS_WITH&quot;, &quot;EQUALS&quot;, &quot;CONTAINS&quot;, &quot;REGEX&quot;.

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

Name

The name of the claim.

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

Scopes

The list of scopes the auth server claim is tied to.

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

Status

The status of the application. It defaults to &quot;ACTIVE&quot;.

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

Value

The value of the claim.

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

ValueType

The type of value of the claim. It can be set to &quot;EXPRESSION&quot; or &quot;GROUPS&quot;. It defaults to &quot;EXPRESSION&quot;.

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