Class GetServicePrincipalArgs
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 GetServicePrincipalArgs : InvokeArgs
Constructors
View SourceGetServicePrincipalArgs()
Declaration
public GetServicePrincipalArgs()
Properties
View SourceApplicationId
The ID of the Azure AD Application.
Declaration
public string ApplicationId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
DisplayName
The Display Name of the Azure AD Application associated with this Service Principal.
Declaration
public string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Oauth2Permissions
A collection of OAuth 2.0 permissions exposed by the associated application. Each permission is covered by a oauth2_permission block as documented below.
Declaration
public List<GetServicePrincipalOauth2PermissionArgs> Oauth2Permissions { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<GetServicePrincipalOauth2PermissionArgs> |
ObjectId
The ID of the Azure AD Service Principal.
Declaration
public string ObjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |