Show / Hide Table of Contents

Class ClientRolePolicyRoleGetArgs

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

Constructors

View Source

ClientRolePolicyRoleGetArgs()

Declaration
public ClientRolePolicyRoleGetArgs()

Properties

View Source

Id

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

Required

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