Class GetServicePrincipalResult
Inheritance
System.Object
GetServicePrincipalResult
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
Assembly: Pulumi.AzureAD.dll
Syntax
public sealed class GetServicePrincipalResult
Fields
View SourceApplicationId
Declaration
public readonly string ApplicationId
Field Value
| Type | Description |
|---|---|
| System.String |
AppRoles
Declaration
public readonly ImmutableArray<GetServicePrincipalAppRoleResult> AppRoles
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetServicePrincipalAppRoleResult> |
DisplayName
Display name for the permission that appears in the admin consent and app assignment experiences.
Declaration
public readonly string DisplayName
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Oauth2Permissions
Declaration
public readonly ImmutableArray<GetServicePrincipalOauth2PermissionResult> Oauth2Permissions
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetServicePrincipalOauth2PermissionResult> |
ObjectId
Declaration
public readonly string ObjectId
Field Value
| Type | Description |
|---|---|
| System.String |