Class AuthorizationServerState
Inheritance
System.Object
AuthorizationServerState
Inherited Members
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()
Assembly: Pulumi.Azure.dll
Syntax
public sealed class AuthorizationServerState : ResourceArgs
Constructors
View Source
AuthorizationServerState()
Declaration
public AuthorizationServerState()
Properties
View Source
ApiManagementName
The name of the API Management Service in which this Authorization Server should be created. Changing this forces a new resource to be created.
Declaration
public Input<string> ApiManagementName { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
AuthorizationEndpoint
The OAUTH Authorization Endpoint.
Declaration
public Input<string> AuthorizationEndpoint { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
AuthorizationMethods
The HTTP Verbs supported by the Authorization Endpoint. Possible values are DELETE, GET, HEAD, OPTIONS, PATCH, POST, PUT and TRACE.
Declaration
public InputList<string> AuthorizationMethods { get; set; }
Property Value
View Source
BearerTokenSendingMethods
The mechanism by which Access Tokens are passed to the API. Possible values are authorizationHeader and query.
Declaration
public InputList<string> BearerTokenSendingMethods { get; set; }
Property Value
View Source
ClientAuthenticationMethods
The Authentication Methods supported by the Token endpoint of this Authorization Server.. Possible values are Basic and Body.
Declaration
public InputList<string> ClientAuthenticationMethods { get; set; }
Property Value
View Source
ClientId
The Client/App ID registered with this Authorization Server.
Declaration
public Input<string> ClientId { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
ClientRegistrationEndpoint
The URI of page where Client/App Registration is performed for this Authorization Server.
Declaration
public Input<string> ClientRegistrationEndpoint { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
ClientSecret
The Client/App Secret registered with this Authorization Server.
Declaration
public Input<string> ClientSecret { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
DefaultScope
The Default Scope used when requesting an Access Token, specified as a string containing space-delimited values.
Declaration
public Input<string> DefaultScope { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Description
A description of the Authorization Server, which may contain HTML formatting tags.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
DisplayName
The user-friendly name of this Authorization Server.
Declaration
public Input<string> DisplayName { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
GrantTypes
Form of Authorization Grants required when requesting an Access Token. Possible values are authorizationCode, clientCredentials, implicit and resourceOwnerPassword.
Declaration
public InputList<string> GrantTypes { get; set; }
Property Value
View Source
Name
The name of this Authorization Server. Changing this forces a new resource to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
ResourceGroupName
The name of the Resource Group in which the API Management Service exists. Changing this forces a new resource to be created.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
ResourceOwnerPassword
The password associated with the Resource Owner.
Declaration
public Input<string> ResourceOwnerPassword { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
ResourceOwnerUsername
The username associated with the Resource Owner.
Declaration
public Input<string> ResourceOwnerUsername { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
SupportState
Does this Authorization Server support State? If this is set to true the client may use the state parameter to raise protocol security.
Declaration
public Input<bool> SupportState { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
TokenBodyParameters
Declaration
public InputList<AuthorizationServerTokenBodyParameterGetArgs> TokenBodyParameters { get; set; }
Property Value
View Source
TokenEndpoint
The OAUTH Token Endpoint.
Declaration
public Input<string> TokenEndpoint { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|