RegistrationDefinitionPropertiesResponse

data class RegistrationDefinitionPropertiesResponse(val authorizations: List<AuthorizationResponse>, val description: String? = null, val managedByTenantId: String, val managedByTenantName: String, val provisioningState: String, val registrationDefinitionName: String? = null)

Properties of a registration definition.

Constructors

Link copied to clipboard
constructor(authorizations: List<AuthorizationResponse>, description: String? = null, managedByTenantId: String, managedByTenantName: String, provisioningState: String, registrationDefinitionName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Authorization tuple containing principal id of the user/security group or service principal and id of the build-in role.

Link copied to clipboard
val description: String? = null

Description of the registration definition.

Link copied to clipboard

Id of the managedBy tenant.

Link copied to clipboard

Name of the managedBy tenant.

Link copied to clipboard

Current state of the registration definition.

Link copied to clipboard

Name of the registration definition.