Class ClientServiceAccountRoleState
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 ClientServiceAccountRoleState : ResourceArgs
Constructors
View SourceClientServiceAccountRoleState()
Declaration
public ClientServiceAccountRoleState()
Properties
View SourceClientId
Declaration
public Input<string> ClientId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RealmId
Declaration
public Input<string> RealmId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Role
Declaration
public Input<string> Role { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ServiceAccountUserId
Declaration
public Input<string> ServiceAccountUserId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |