Show / Hide Table of Contents

Class ClientGroupPolicyGroupGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ClientGroupPolicyGroupGetArgs
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 ClientGroupPolicyGroupGetArgs : ResourceArgs

Constructors

View Source

ClientGroupPolicyGroupGetArgs()

Declaration
public ClientGroupPolicyGroupGetArgs()

Properties

View Source

ExtendChildren

Declaration
public Input<bool> ExtendChildren { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Id

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

Path

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