1. Packages
  2. Azure Native v1
  3. API Docs
  4. managedservices
  5. getRegistrationAssignment
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

azure-native.managedservices.getRegistrationAssignment

Explore with Pulumi AI

azure-native-v1 logo
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

    Gets the details of specified registration assignment. API Version: 2019-09-01.

    Using getRegistrationAssignment

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getRegistrationAssignment(args: GetRegistrationAssignmentArgs, opts?: InvokeOptions): Promise<GetRegistrationAssignmentResult>
    function getRegistrationAssignmentOutput(args: GetRegistrationAssignmentOutputArgs, opts?: InvokeOptions): Output<GetRegistrationAssignmentResult>
    def get_registration_assignment(expand_registration_definition: Optional[bool] = None,
                                    registration_assignment_id: Optional[str] = None,
                                    scope: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetRegistrationAssignmentResult
    def get_registration_assignment_output(expand_registration_definition: Optional[pulumi.Input[bool]] = None,
                                    registration_assignment_id: Optional[pulumi.Input[str]] = None,
                                    scope: Optional[pulumi.Input[str]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[GetRegistrationAssignmentResult]
    func LookupRegistrationAssignment(ctx *Context, args *LookupRegistrationAssignmentArgs, opts ...InvokeOption) (*LookupRegistrationAssignmentResult, error)
    func LookupRegistrationAssignmentOutput(ctx *Context, args *LookupRegistrationAssignmentOutputArgs, opts ...InvokeOption) LookupRegistrationAssignmentResultOutput

    > Note: This function is named LookupRegistrationAssignment in the Go SDK.

    public static class GetRegistrationAssignment 
    {
        public static Task<GetRegistrationAssignmentResult> InvokeAsync(GetRegistrationAssignmentArgs args, InvokeOptions? opts = null)
        public static Output<GetRegistrationAssignmentResult> Invoke(GetRegistrationAssignmentInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetRegistrationAssignmentResult> getRegistrationAssignment(GetRegistrationAssignmentArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:managedservices:getRegistrationAssignment
      arguments:
        # arguments dictionary

    The following arguments are supported:

    RegistrationAssignmentId string
    Guid of the registration assignment.
    Scope string
    Scope of the resource.
    ExpandRegistrationDefinition bool
    Tells whether to return registration definition details also along with registration assignment details.
    RegistrationAssignmentId string
    Guid of the registration assignment.
    Scope string
    Scope of the resource.
    ExpandRegistrationDefinition bool
    Tells whether to return registration definition details also along with registration assignment details.
    registrationAssignmentId String
    Guid of the registration assignment.
    scope String
    Scope of the resource.
    expandRegistrationDefinition Boolean
    Tells whether to return registration definition details also along with registration assignment details.
    registrationAssignmentId string
    Guid of the registration assignment.
    scope string
    Scope of the resource.
    expandRegistrationDefinition boolean
    Tells whether to return registration definition details also along with registration assignment details.
    registration_assignment_id str
    Guid of the registration assignment.
    scope str
    Scope of the resource.
    expand_registration_definition bool
    Tells whether to return registration definition details also along with registration assignment details.
    registrationAssignmentId String
    Guid of the registration assignment.
    scope String
    Scope of the resource.
    expandRegistrationDefinition Boolean
    Tells whether to return registration definition details also along with registration assignment details.

    getRegistrationAssignment Result

    The following output properties are available:

    Id string
    The fully qualified path of the registration assignment.
    Name string
    Name of the registration assignment.
    Properties Pulumi.AzureNative.ManagedServices.Outputs.RegistrationAssignmentPropertiesResponse
    Properties of a registration assignment.
    Type string
    Type of the resource.
    Id string
    The fully qualified path of the registration assignment.
    Name string
    Name of the registration assignment.
    Properties RegistrationAssignmentPropertiesResponse
    Properties of a registration assignment.
    Type string
    Type of the resource.
    id String
    The fully qualified path of the registration assignment.
    name String
    Name of the registration assignment.
    properties RegistrationAssignmentPropertiesResponse
    Properties of a registration assignment.
    type String
    Type of the resource.
    id string
    The fully qualified path of the registration assignment.
    name string
    Name of the registration assignment.
    properties RegistrationAssignmentPropertiesResponse
    Properties of a registration assignment.
    type string
    Type of the resource.
    id str
    The fully qualified path of the registration assignment.
    name str
    Name of the registration assignment.
    properties RegistrationAssignmentPropertiesResponse
    Properties of a registration assignment.
    type str
    Type of the resource.
    id String
    The fully qualified path of the registration assignment.
    name String
    Name of the registration assignment.
    properties Property Map
    Properties of a registration assignment.
    type String
    Type of the resource.

    Supporting Types

    AuthorizationResponse

    PrincipalId string
    Principal Id of the security group/service principal/user that would be assigned permissions to the projected subscription
    RoleDefinitionId string
    The role definition identifier. This role will define all the permissions that the security group/service principal/user must have on the projected subscription. This role cannot be an owner role.
    DelegatedRoleDefinitionIds List<string>
    The delegatedRoleDefinitionIds field is required when the roleDefinitionId refers to the User Access Administrator Role. It is the list of role definition ids which define all the permissions that the user in the authorization can assign to other security groups/service principals/users.
    PrincipalIdDisplayName string
    Display name of the principal Id.
    PrincipalId string
    Principal Id of the security group/service principal/user that would be assigned permissions to the projected subscription
    RoleDefinitionId string
    The role definition identifier. This role will define all the permissions that the security group/service principal/user must have on the projected subscription. This role cannot be an owner role.
    DelegatedRoleDefinitionIds []string
    The delegatedRoleDefinitionIds field is required when the roleDefinitionId refers to the User Access Administrator Role. It is the list of role definition ids which define all the permissions that the user in the authorization can assign to other security groups/service principals/users.
    PrincipalIdDisplayName string
    Display name of the principal Id.
    principalId String
    Principal Id of the security group/service principal/user that would be assigned permissions to the projected subscription
    roleDefinitionId String
    The role definition identifier. This role will define all the permissions that the security group/service principal/user must have on the projected subscription. This role cannot be an owner role.
    delegatedRoleDefinitionIds List<String>
    The delegatedRoleDefinitionIds field is required when the roleDefinitionId refers to the User Access Administrator Role. It is the list of role definition ids which define all the permissions that the user in the authorization can assign to other security groups/service principals/users.
    principalIdDisplayName String
    Display name of the principal Id.
    principalId string
    Principal Id of the security group/service principal/user that would be assigned permissions to the projected subscription
    roleDefinitionId string
    The role definition identifier. This role will define all the permissions that the security group/service principal/user must have on the projected subscription. This role cannot be an owner role.
    delegatedRoleDefinitionIds string[]
    The delegatedRoleDefinitionIds field is required when the roleDefinitionId refers to the User Access Administrator Role. It is the list of role definition ids which define all the permissions that the user in the authorization can assign to other security groups/service principals/users.
    principalIdDisplayName string
    Display name of the principal Id.
    principal_id str
    Principal Id of the security group/service principal/user that would be assigned permissions to the projected subscription
    role_definition_id str
    The role definition identifier. This role will define all the permissions that the security group/service principal/user must have on the projected subscription. This role cannot be an owner role.
    delegated_role_definition_ids Sequence[str]
    The delegatedRoleDefinitionIds field is required when the roleDefinitionId refers to the User Access Administrator Role. It is the list of role definition ids which define all the permissions that the user in the authorization can assign to other security groups/service principals/users.
    principal_id_display_name str
    Display name of the principal Id.
    principalId String
    Principal Id of the security group/service principal/user that would be assigned permissions to the projected subscription
    roleDefinitionId String
    The role definition identifier. This role will define all the permissions that the security group/service principal/user must have on the projected subscription. This role cannot be an owner role.
    delegatedRoleDefinitionIds List<String>
    The delegatedRoleDefinitionIds field is required when the roleDefinitionId refers to the User Access Administrator Role. It is the list of role definition ids which define all the permissions that the user in the authorization can assign to other security groups/service principals/users.
    principalIdDisplayName String
    Display name of the principal Id.

    PlanResponse

    Name string
    The plan name.
    Product string
    The product code.
    Publisher string
    The publisher ID.
    Version string
    The plan's version.
    Name string
    The plan name.
    Product string
    The product code.
    Publisher string
    The publisher ID.
    Version string
    The plan's version.
    name String
    The plan name.
    product String
    The product code.
    publisher String
    The publisher ID.
    version String
    The plan's version.
    name string
    The plan name.
    product string
    The product code.
    publisher string
    The publisher ID.
    version string
    The plan's version.
    name str
    The plan name.
    product str
    The product code.
    publisher str
    The publisher ID.
    version str
    The plan's version.
    name String
    The plan name.
    product String
    The product code.
    publisher String
    The publisher ID.
    version String
    The plan's version.

    RegistrationAssignmentPropertiesResponse

    ProvisioningState string
    Current state of the registration assignment.
    RegistrationDefinition Pulumi.AzureNative.ManagedServices.Inputs.RegistrationAssignmentPropertiesResponseRegistrationDefinition
    Registration definition inside registration assignment.
    RegistrationDefinitionId string
    Fully qualified path of the registration definition.
    ProvisioningState string
    Current state of the registration assignment.
    RegistrationDefinition RegistrationAssignmentPropertiesResponseRegistrationDefinition
    Registration definition inside registration assignment.
    RegistrationDefinitionId string
    Fully qualified path of the registration definition.
    provisioningState String
    Current state of the registration assignment.
    registrationDefinition RegistrationAssignmentPropertiesResponseRegistrationDefinition
    Registration definition inside registration assignment.
    registrationDefinitionId String
    Fully qualified path of the registration definition.
    provisioningState string
    Current state of the registration assignment.
    registrationDefinition RegistrationAssignmentPropertiesResponseRegistrationDefinition
    Registration definition inside registration assignment.
    registrationDefinitionId string
    Fully qualified path of the registration definition.
    provisioning_state str
    Current state of the registration assignment.
    registration_definition RegistrationAssignmentPropertiesResponseRegistrationDefinition
    Registration definition inside registration assignment.
    registration_definition_id str
    Fully qualified path of the registration definition.
    provisioningState String
    Current state of the registration assignment.
    registrationDefinition Property Map
    Registration definition inside registration assignment.
    registrationDefinitionId String
    Fully qualified path of the registration definition.

    RegistrationAssignmentPropertiesResponseProperties

    Authorizations List<Pulumi.AzureNative.ManagedServices.Inputs.AuthorizationResponse>
    Authorization tuple containing principal id of the user/security group or service principal and id of the build-in role.
    Description string
    Description of the registration definition.
    ManagedByTenantId string
    Id of the managedBy tenant.
    ManagedByTenantName string
    Name of the managedBy tenant.
    ManageeTenantId string
    Id of the home tenant.
    ManageeTenantName string
    Name of the home tenant.
    ProvisioningState string
    Current state of the registration definition.
    RegistrationDefinitionName string
    Name of the registration definition.
    Authorizations []AuthorizationResponse
    Authorization tuple containing principal id of the user/security group or service principal and id of the build-in role.
    Description string
    Description of the registration definition.
    ManagedByTenantId string
    Id of the managedBy tenant.
    ManagedByTenantName string
    Name of the managedBy tenant.
    ManageeTenantId string
    Id of the home tenant.
    ManageeTenantName string
    Name of the home tenant.
    ProvisioningState string
    Current state of the registration definition.
    RegistrationDefinitionName string
    Name of the registration definition.
    authorizations List<AuthorizationResponse>
    Authorization tuple containing principal id of the user/security group or service principal and id of the build-in role.
    description String
    Description of the registration definition.
    managedByTenantId String
    Id of the managedBy tenant.
    managedByTenantName String
    Name of the managedBy tenant.
    manageeTenantId String
    Id of the home tenant.
    manageeTenantName String
    Name of the home tenant.
    provisioningState String
    Current state of the registration definition.
    registrationDefinitionName String
    Name of the registration definition.
    authorizations AuthorizationResponse[]
    Authorization tuple containing principal id of the user/security group or service principal and id of the build-in role.
    description string
    Description of the registration definition.
    managedByTenantId string
    Id of the managedBy tenant.
    managedByTenantName string
    Name of the managedBy tenant.
    manageeTenantId string
    Id of the home tenant.
    manageeTenantName string
    Name of the home tenant.
    provisioningState string
    Current state of the registration definition.
    registrationDefinitionName string
    Name of the registration definition.
    authorizations Sequence[AuthorizationResponse]
    Authorization tuple containing principal id of the user/security group or service principal and id of the build-in role.
    description str
    Description of the registration definition.
    managed_by_tenant_id str
    Id of the managedBy tenant.
    managed_by_tenant_name str
    Name of the managedBy tenant.
    managee_tenant_id str
    Id of the home tenant.
    managee_tenant_name str
    Name of the home tenant.
    provisioning_state str
    Current state of the registration definition.
    registration_definition_name str
    Name of the registration definition.
    authorizations List<Property Map>
    Authorization tuple containing principal id of the user/security group or service principal and id of the build-in role.
    description String
    Description of the registration definition.
    managedByTenantId String
    Id of the managedBy tenant.
    managedByTenantName String
    Name of the managedBy tenant.
    manageeTenantId String
    Id of the home tenant.
    manageeTenantName String
    Name of the home tenant.
    provisioningState String
    Current state of the registration definition.
    registrationDefinitionName String
    Name of the registration definition.

    RegistrationAssignmentPropertiesResponseRegistrationDefinition

    Id string
    Fully qualified path of the registration definition.
    Name string
    Name of the registration definition.
    Type string
    Type of the resource (Microsoft.ManagedServices/registrationDefinitions).
    Plan Pulumi.AzureNative.ManagedServices.Inputs.PlanResponse
    Plan details for the managed services.
    Properties Pulumi.AzureNative.ManagedServices.Inputs.RegistrationAssignmentPropertiesResponseProperties
    Properties of registration definition inside registration assignment.
    Id string
    Fully qualified path of the registration definition.
    Name string
    Name of the registration definition.
    Type string
    Type of the resource (Microsoft.ManagedServices/registrationDefinitions).
    Plan PlanResponse
    Plan details for the managed services.
    Properties RegistrationAssignmentPropertiesResponseProperties
    Properties of registration definition inside registration assignment.
    id String
    Fully qualified path of the registration definition.
    name String
    Name of the registration definition.
    type String
    Type of the resource (Microsoft.ManagedServices/registrationDefinitions).
    plan PlanResponse
    Plan details for the managed services.
    properties RegistrationAssignmentPropertiesResponseProperties
    Properties of registration definition inside registration assignment.
    id string
    Fully qualified path of the registration definition.
    name string
    Name of the registration definition.
    type string
    Type of the resource (Microsoft.ManagedServices/registrationDefinitions).
    plan PlanResponse
    Plan details for the managed services.
    properties RegistrationAssignmentPropertiesResponseProperties
    Properties of registration definition inside registration assignment.
    id str
    Fully qualified path of the registration definition.
    name str
    Name of the registration definition.
    type str
    Type of the resource (Microsoft.ManagedServices/registrationDefinitions).
    plan PlanResponse
    Plan details for the managed services.
    properties RegistrationAssignmentPropertiesResponseProperties
    Properties of registration definition inside registration assignment.
    id String
    Fully qualified path of the registration definition.
    name String
    Name of the registration definition.
    type String
    Type of the resource (Microsoft.ManagedServices/registrationDefinitions).
    plan Property Map
    Plan details for the managed services.
    properties Property Map
    Properties of registration definition inside registration assignment.

    Package Details

    Repository
    azure-native-v1 pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native-v1 logo
    These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
    Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi