Package-level declarations
Types
Link copied to clipboard
data class GetFederatedIdentityCredentialResult(val audiences: List<String>, val azureApiVersion: String, val id: String, val issuer: String, val name: String, val subject: String, val systemData: SystemDataResponse, val type: String)
Describes a federated identity credential.
Link copied to clipboard
data class GetUserAssignedIdentityResult(val azureApiVersion: String, val clientId: String, val id: String, val location: String, val name: String, val principalId: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val tenantId: String, val type: String)
Describes an identity resource.
Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)
Metadata pertaining to creation and last modification of the resource.