GetFunctionAppIdentity

data class GetFunctionAppIdentity(val identityIds: List<String>, val principalId: String, val tenantId: String, val type: String)

Constructors

Link copied to clipboard
constructor(identityIds: List<String>, principalId: String, tenantId: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of User Assigned Identity IDs assigned to the Function App.

Link copied to clipboard

The ID of the Managed Identity assigned to the Function App.

Link copied to clipboard

The ID of the Tenant where the Managed Identity assigned to the Function App is located.

Link copied to clipboard

The identity type of the Managed Identity assigned to the Function App.