Class ServerClaimArgs
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.Auth
Assembly: Pulumi.Okta.dll
Syntax
public sealed class ServerClaimArgs : ResourceArgs
Constructors
View SourceServerClaimArgs()
Declaration
public ServerClaimArgs()
Properties
View SourceAlwaysIncludeInToken
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> |
AuthServerId
The Application's display name.
Declaration
public Input<string> AuthServerId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ClaimType
Specifies whether the claim is for an access token "RESOURCE" or ID token "IDENTITY".
Declaration
public Input<string> ClaimType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
GroupFilterType
Specifies the type of group filter if value_type is "GROUPS". Can be set to one of the following "STARTS_WITH", "EQUALS", "CONTAINS", "REGEX".
Declaration
public Input<string> GroupFilterType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the claim.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
Status
The status of the application. It defaults to "ACTIVE".
Declaration
public Input<string> Status { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Value
The value of the claim.
Declaration
public Input<string> Value { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ValueType
The type of value of the claim. It can be set to "EXPRESSION" or "GROUPS". It defaults to "EXPRESSION".
Declaration
public Input<string> ValueType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |