Class GetServicePrincipalAppRoleResult
Inheritance
System.Object
GetServicePrincipalAppRoleResult
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()
Namespace: Pulumi.AzureAD.Outputs
Assembly: Pulumi.AzureAD.dll
Syntax
public sealed class GetServicePrincipalAppRoleResult
Fields
View SourceAllowedMemberTypes
Specifies whether this app role definition can be assigned to users and groups, or to other applications (that are accessing this application in daemon service scenarios). Possible values are: User and Application, or both.
Declaration
public readonly ImmutableArray<string> AllowedMemberTypes
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Description
Permission help text that appears in the admin app assignment and consent experiences.
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
DisplayName
The Display Name of the Azure AD Application associated with this Service Principal.
Declaration
public readonly string DisplayName
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The unique identifier of the app_role.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
IsEnabled
Determines if the app role is enabled.
Declaration
public readonly bool IsEnabled
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Value
Specifies the value of the roles claim that the application should expect in the authentication and access tokens.
Declaration
public readonly string Value
Field Value
| Type | Description |
|---|---|
| System.String |