Class GetServiceGrafanaUserConfigAuthGenericOauthResult
Inheritance
System.Object
GetServiceGrafanaUserConfigAuthGenericOauthResult
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.Aiven.dll
Syntax
public sealed class GetServiceGrafanaUserConfigAuthGenericOauthResult
Fields
View Source
AllowedDomains
Declaration
public readonly ImmutableArray<string> AllowedDomains
Field Value
| Type |
Description |
| System.Collections.Immutable.ImmutableArray<System.String> |
|
View Source
AllowedOrganizations
Declaration
public readonly ImmutableArray<string> AllowedOrganizations
Field Value
| Type |
Description |
| System.Collections.Immutable.ImmutableArray<System.String> |
|
View Source
AllowSignUp
Declaration
public readonly string AllowSignUp
Field Value
| Type |
Description |
| System.String |
|
View Source
ApiUrl
Declaration
public readonly string ApiUrl
Field Value
| Type |
Description |
| System.String |
|
View Source
AuthUrl
Declaration
public readonly string AuthUrl
Field Value
| Type |
Description |
| System.String |
|
View Source
ClientId
Declaration
public readonly string ClientId
Field Value
| Type |
Description |
| System.String |
|
View Source
ClientSecret
Declaration
public readonly string ClientSecret
Field Value
| Type |
Description |
| System.String |
|
View Source
Name
Declaration
public readonly string Name
Field Value
| Type |
Description |
| System.String |
|
View Source
Scopes
Declaration
public readonly ImmutableArray<string> Scopes
Field Value
| Type |
Description |
| System.Collections.Immutable.ImmutableArray<System.String> |
|
View Source
TokenUrl
Declaration
public readonly string TokenUrl
Field Value
| Type |
Description |
| System.String |
|