Show / Hide Table of Contents

Class GenericClientRoleMapperArgs

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

Constructors

View Source

GenericClientRoleMapperArgs()

Declaration
public GenericClientRoleMapperArgs()

Properties

View Source

ClientId

The destination client of the client role. 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>
View Source

ClientScopeId

The destination client scope of the client role. Cannot be used at the same time as client_id.

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

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>
View Source

RoleId

Id of the role to assign

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