Class AudienceProtocolMapperState
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.Keycloak.OpenId
Assembly: Pulumi.Keycloak.dll
Syntax
public sealed class AudienceProtocolMapperState : ResourceArgs
Constructors
View SourceAudienceProtocolMapperState()
Declaration
public AudienceProtocolMapperState()
Properties
View SourceAddToAccessToken
Indicates if this claim should be added to the access token.
Declaration
public Input<bool> AddToAccessToken { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
AddToIdToken
Indicates if this claim should be added to the id token.
Declaration
public Input<bool> AddToIdToken { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
ClientId
The mapper's associated client. Cannot be used at the same time as client_scope_id.
Declaration
public Input<string> ClientId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ClientScopeId
The mapper's associated client scope. Cannot be used at the same time as client_id.
Declaration
public Input<string> ClientScopeId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
IncludedClientAudience
A client ID to include within the token's aud claim. Cannot be used with included_custom_audience
Declaration
public Input<string> IncludedClientAudience { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
IncludedCustomAudience
A custom audience to include within the token's aud claim. Cannot be used with included_custom_audience
Declaration
public Input<string> IncludedCustomAudience { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
A human-friendly name that will appear in the Keycloak console.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RealmId
The realm id where the associated client or client scope exists.
Declaration
public Input<string> RealmId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |