Show / Hide Table of Contents

Class ResourceServerState

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

Constructors

View Source

ResourceServerState()

Declaration
public ResourceServerState()

Properties

View Source

Identifier

An identifier for the resource server.

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

Name

A name for the resource server.

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

ScopeIdentifiers

A list of all scopes configured for this resource server in the format identifier/scope_name.

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

Scopes

A list of Authorization Scope.

Declaration
public InputList<ResourceServerScopeGetArgs> Scopes { get; set; }
Property Value
Type Description
InputList<ResourceServerScopeGetArgs>
View Source

UserPoolId

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