Class GetApplicationResult
Inheritance
System.Object
GetApplicationResult
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()
Assembly: Pulumi.AzureAD.dll
Syntax
public sealed class GetApplicationResult
Fields
View Source
ApplicationId
the Application ID of the Azure Active Directory Application.
Declaration
public readonly string ApplicationId
Field Value
| Type |
Description |
| System.String |
|
View Source
AppRoles
Declaration
public readonly ImmutableArray<GetApplicationAppRoleResult> AppRoles
Field Value
View Source
AvailableToOtherTenants
Is this Azure AD Application available to other tenants?
Declaration
public readonly bool AvailableToOtherTenants
Field Value
| Type |
Description |
| System.Boolean |
|
View Source
GroupMembershipClaims
The groups claim issued in a user or OAuth 2.0 access token that the app expects.
Declaration
public readonly string GroupMembershipClaims
Field Value
| Type |
Description |
| System.String |
|
View Source
Homepage
Declaration
public readonly string Homepage
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
IdentifierUris
A list of user-defined URI(s) that uniquely identify a Web application within it's Azure AD tenant, or within a verified custom domain if the application is multi-tenant.
Declaration
public readonly ImmutableArray<string> IdentifierUris
Field Value
| Type |
Description |
| System.Collections.Immutable.ImmutableArray<System.String> |
|
View Source
LogoutUrl
The URL of the logout page.
Declaration
public readonly string LogoutUrl
Field Value
| Type |
Description |
| System.String |
|
View Source
Name
Declaration
public readonly string Name
Field Value
| Type |
Description |
| System.String |
|
View Source
Oauth2AllowImplicitFlow
Does this Azure AD Application allow OAuth2.0 implicit flow tokens?
Declaration
public readonly bool Oauth2AllowImplicitFlow
Field Value
| Type |
Description |
| System.Boolean |
|
View Source
Oauth2Permissions
A collection of OAuth 2.0 permission scopes that the web API (resource) app exposes to client apps. Each permission is covered by a oauth2_permission block as documented below.
Declaration
public readonly ImmutableArray<GetApplicationOauth2PermissionResult> Oauth2Permissions
Field Value
View Source
ObjectId
the Object ID of the Azure Active Directory Application.
Declaration
public readonly string ObjectId
Field Value
| Type |
Description |
| System.String |
|
View Source
Owners
A list of User Object IDs that are assigned ownership of the application registration.
Declaration
public readonly ImmutableArray<string> Owners
Field Value
| Type |
Description |
| System.Collections.Immutable.ImmutableArray<System.String> |
|
View Source
ReplyUrls
A list of URLs that user tokens are sent to for sign in, or the redirect URIs that OAuth 2.0 authorization codes and access tokens are sent to.
Declaration
public readonly ImmutableArray<string> ReplyUrls
Field Value
| Type |
Description |
| System.Collections.Immutable.ImmutableArray<System.String> |
|
View Source
RequiredResourceAccesses
A collection of required_resource_access blocks as documented below.
Declaration
public readonly ImmutableArray<GetApplicationRequiredResourceAccessResult> RequiredResourceAccesses
Field Value
View Source
Type
The type of the permission
Declaration
public readonly string Type
Field Value
| Type |
Description |
| System.String |
|