RegistrationAssignmentPropertiesRegistrationDefinitionProperties Class

Properties of registration definition inside registration assignment.

Inheritance
RegistrationAssignmentPropertiesRegistrationDefinitionProperties

Constructor

RegistrationAssignmentPropertiesRegistrationDefinitionProperties(*, description: Optional[str] = None, authorizations: Optional[List[azure.mgmt.managedservices.models._models_py3.Authorization]] = None, eligible_authorizations: Optional[List[azure.mgmt.managedservices.models._models_py3.EligibleAuthorization]] = None, registration_definition_name: Optional[str] = None, provisioning_state: Optional[Union[str, azure.mgmt.managedservices.models._managed_services_client_enums.ProvisioningState]] = None, managee_tenant_id: Optional[str] = None, managee_tenant_name: Optional[str] = None, managed_by_tenant_id: Optional[str] = None, managed_by_tenant_name: Optional[str] = None, **kwargs)

Parameters

description
str
Required

Description of the registration definition.

authorizations
list[Authorization]
Required

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

eligible_authorizations
list[EligibleAuthorization]
Required

Eligible PIM authorization tuple containing principal id of the user/security group or service principal, id of the built-in role, and just-in-time access policy setting.

registration_definition_name
str
Required

Name of the registration definition.

provisioning_state
str or ProvisioningState
Required

Current state of the registration definition. Possible values include: "NotSpecified", "Accepted", "Running", "Ready", "Creating", "Created", "Deleting", "Deleted", "Canceled", "Failed", "Succeeded", "Updating".

managee_tenant_id
str
Required

Id of the home tenant.

managee_tenant_name
str
Required

Name of the home tenant.

managed_by_tenant_id
str
Required

Id of the managedBy tenant.

managed_by_tenant_name
str
Required

Name of the managedBy tenant.