Show / Hide Table of Contents

Class ClientAuthorizationResourceState

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

Constructors

View Source

ClientAuthorizationResourceState()

Declaration
public ClientAuthorizationResourceState()

Properties

View Source

Attributes

Declaration
public InputMap<object> Attributes { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

DisplayName

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

IconUri

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

Name

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

OwnerManagedAccess

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

RealmId

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

ResourceServerId

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

Scopes

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

Type

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

Uris

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