Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
data class GetFederatedIdentityCredentialResult(val audiences: List<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
Link copied to clipboard
data class ListUserAssignedIdentityAssociatedResourcesResult(val nextLink: String, val totalCount: Double, val value: List<AzureResourceResponse>)
Azure resources returned by the resource action to get a list of assigned resources.
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.