Show / Hide Table of Contents

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 Source

ApplicationId

Declaration
public readonly string ApplicationId
Field Value
Type Description
System.String
View Source

AppRoles

Declaration
public readonly ImmutableArray<GetServicePrincipalAppRoleResult> AppRoles
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetServicePrincipalAppRoleResult>
View Source

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
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Oauth2Permissions

Declaration
public readonly ImmutableArray<GetServicePrincipalOauth2PermissionResult> Oauth2Permissions
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetServicePrincipalOauth2PermissionResult>
View Source

ObjectId

Declaration
public readonly string ObjectId
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.