Show / Hide Table of Contents

Class GetServicePrincipalArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetServicePrincipalArgs
Inherited Members
InvokeArgs.Empty
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 Source

GetServicePrincipalArgs()

Declaration
public GetServicePrincipalArgs()

Properties

View Source

ApplicationId

The ID of the Azure AD Application.

Declaration
public string ApplicationId { get; set; }
Property Value
Type Description
System.String
View Source

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

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

ObjectId

The ID of the Azure AD Service Principal.

Declaration
public string ObjectId { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.