1. Packages
  2. Azure Native
  3. API Docs
  4. managedservices
  5. getRegistrationDefinition
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.37.0 published on Monday, Apr 15, 2024 by Pulumi

azure-native.managedservices.getRegistrationDefinition

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.37.0 published on Monday, Apr 15, 2024 by Pulumi

    Gets the registration definition details. Azure REST API version: 2022-10-01.

    Using getRegistrationDefinition

    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 getRegistrationDefinition(args: GetRegistrationDefinitionArgs, opts?: InvokeOptions): Promise<GetRegistrationDefinitionResult>
    function getRegistrationDefinitionOutput(args: GetRegistrationDefinitionOutputArgs, opts?: InvokeOptions): Output<GetRegistrationDefinitionResult>
    def get_registration_definition(registration_definition_id: Optional[str] = None,
                                    scope: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetRegistrationDefinitionResult
    def get_registration_definition_output(registration_definition_id: Optional[pulumi.Input[str]] = None,
                                    scope: Optional[pulumi.Input[str]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[GetRegistrationDefinitionResult]
    func LookupRegistrationDefinition(ctx *Context, args *LookupRegistrationDefinitionArgs, opts ...InvokeOption) (*LookupRegistrationDefinitionResult, error)
    func LookupRegistrationDefinitionOutput(ctx *Context, args *LookupRegistrationDefinitionOutputArgs, opts ...InvokeOption) LookupRegistrationDefinitionResultOutput

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

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

    The following arguments are supported:

    RegistrationDefinitionId string
    The GUID of the registration definition.
    Scope string
    The scope of the resource.
    RegistrationDefinitionId string
    The GUID of the registration definition.
    Scope string
    The scope of the resource.
    registrationDefinitionId String
    The GUID of the registration definition.
    scope String
    The scope of the resource.
    registrationDefinitionId string
    The GUID of the registration definition.
    scope string
    The scope of the resource.
    registration_definition_id str
    The GUID of the registration definition.
    scope str
    The scope of the resource.
    registrationDefinitionId String
    The GUID of the registration definition.
    scope String
    The scope of the resource.

    getRegistrationDefinition Result

    The following output properties are available:

    Id string
    The fully qualified path of the registration definition.
    Name string
    The name of the registration definition.
    Properties Pulumi.AzureNative.ManagedServices.Outputs.RegistrationDefinitionPropertiesResponse
    The properties of a registration definition.
    SystemData Pulumi.AzureNative.ManagedServices.Outputs.SystemDataResponse
    The metadata for the registration assignment resource.
    Type string
    The type of the Azure resource (Microsoft.ManagedServices/registrationDefinitions).
    Plan Pulumi.AzureNative.ManagedServices.Outputs.PlanResponse
    The details for the Managed Services offer’s plan in Azure Marketplace.
    Id string
    The fully qualified path of the registration definition.
    Name string
    The name of the registration definition.
    Properties RegistrationDefinitionPropertiesResponse
    The properties of a registration definition.
    SystemData SystemDataResponse
    The metadata for the registration assignment resource.
    Type string
    The type of the Azure resource (Microsoft.ManagedServices/registrationDefinitions).
    Plan PlanResponse
    The details for the Managed Services offer’s plan in Azure Marketplace.
    id String
    The fully qualified path of the registration definition.
    name String
    The name of the registration definition.
    properties RegistrationDefinitionPropertiesResponse
    The properties of a registration definition.
    systemData SystemDataResponse
    The metadata for the registration assignment resource.
    type String
    The type of the Azure resource (Microsoft.ManagedServices/registrationDefinitions).
    plan PlanResponse
    The details for the Managed Services offer’s plan in Azure Marketplace.
    id string
    The fully qualified path of the registration definition.
    name string
    The name of the registration definition.
    properties RegistrationDefinitionPropertiesResponse
    The properties of a registration definition.
    systemData SystemDataResponse
    The metadata for the registration assignment resource.
    type string
    The type of the Azure resource (Microsoft.ManagedServices/registrationDefinitions).
    plan PlanResponse
    The details for the Managed Services offer’s plan in Azure Marketplace.
    id str
    The fully qualified path of the registration definition.
    name str
    The name of the registration definition.
    properties RegistrationDefinitionPropertiesResponse
    The properties of a registration definition.
    system_data SystemDataResponse
    The metadata for the registration assignment resource.
    type str
    The type of the Azure resource (Microsoft.ManagedServices/registrationDefinitions).
    plan PlanResponse
    The details for the Managed Services offer’s plan in Azure Marketplace.
    id String
    The fully qualified path of the registration definition.
    name String
    The name of the registration definition.
    properties Property Map
    The properties of a registration definition.
    systemData Property Map
    The metadata for the registration assignment resource.
    type String
    The type of the Azure resource (Microsoft.ManagedServices/registrationDefinitions).
    plan Property Map
    The details for the Managed Services offer’s plan in Azure Marketplace.

    Supporting Types

    AuthorizationResponse

    PrincipalId string
    The identifier of the Azure Active Directory principal.
    RoleDefinitionId string
    The identifier of the Azure built-in role that defines the permissions that the Azure Active Directory principal will have on the projected scope.
    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 principals.
    PrincipalIdDisplayName string
    The display name of the Azure Active Directory principal.
    PrincipalId string
    The identifier of the Azure Active Directory principal.
    RoleDefinitionId string
    The identifier of the Azure built-in role that defines the permissions that the Azure Active Directory principal will have on the projected scope.
    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 principals.
    PrincipalIdDisplayName string
    The display name of the Azure Active Directory principal.
    principalId String
    The identifier of the Azure Active Directory principal.
    roleDefinitionId String
    The identifier of the Azure built-in role that defines the permissions that the Azure Active Directory principal will have on the projected scope.
    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 principals.
    principalIdDisplayName String
    The display name of the Azure Active Directory principal.
    principalId string
    The identifier of the Azure Active Directory principal.
    roleDefinitionId string
    The identifier of the Azure built-in role that defines the permissions that the Azure Active Directory principal will have on the projected scope.
    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 principals.
    principalIdDisplayName string
    The display name of the Azure Active Directory principal.
    principal_id str
    The identifier of the Azure Active Directory principal.
    role_definition_id str
    The identifier of the Azure built-in role that defines the permissions that the Azure Active Directory principal will have on the projected scope.
    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 principals.
    principal_id_display_name str
    The display name of the Azure Active Directory principal.
    principalId String
    The identifier of the Azure Active Directory principal.
    roleDefinitionId String
    The identifier of the Azure built-in role that defines the permissions that the Azure Active Directory principal will have on the projected scope.
    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 principals.
    principalIdDisplayName String
    The display name of the Azure Active Directory principal.

    EligibleApproverResponse

    PrincipalId string
    The identifier of the Azure Active Directory principal.
    PrincipalIdDisplayName string
    The display name of the Azure Active Directory principal.
    PrincipalId string
    The identifier of the Azure Active Directory principal.
    PrincipalIdDisplayName string
    The display name of the Azure Active Directory principal.
    principalId String
    The identifier of the Azure Active Directory principal.
    principalIdDisplayName String
    The display name of the Azure Active Directory principal.
    principalId string
    The identifier of the Azure Active Directory principal.
    principalIdDisplayName string
    The display name of the Azure Active Directory principal.
    principal_id str
    The identifier of the Azure Active Directory principal.
    principal_id_display_name str
    The display name of the Azure Active Directory principal.
    principalId String
    The identifier of the Azure Active Directory principal.
    principalIdDisplayName String
    The display name of the Azure Active Directory principal.

    EligibleAuthorizationResponse

    PrincipalId string
    The identifier of the Azure Active Directory principal.
    RoleDefinitionId string
    The identifier of the Azure built-in role that defines the permissions that the Azure Active Directory principal will have on the projected scope.
    JustInTimeAccessPolicy Pulumi.AzureNative.ManagedServices.Inputs.JustInTimeAccessPolicyResponse
    The just-in-time access policy setting.
    PrincipalIdDisplayName string
    The display name of the Azure Active Directory principal.
    PrincipalId string
    The identifier of the Azure Active Directory principal.
    RoleDefinitionId string
    The identifier of the Azure built-in role that defines the permissions that the Azure Active Directory principal will have on the projected scope.
    JustInTimeAccessPolicy JustInTimeAccessPolicyResponse
    The just-in-time access policy setting.
    PrincipalIdDisplayName string
    The display name of the Azure Active Directory principal.
    principalId String
    The identifier of the Azure Active Directory principal.
    roleDefinitionId String
    The identifier of the Azure built-in role that defines the permissions that the Azure Active Directory principal will have on the projected scope.
    justInTimeAccessPolicy JustInTimeAccessPolicyResponse
    The just-in-time access policy setting.
    principalIdDisplayName String
    The display name of the Azure Active Directory principal.
    principalId string
    The identifier of the Azure Active Directory principal.
    roleDefinitionId string
    The identifier of the Azure built-in role that defines the permissions that the Azure Active Directory principal will have on the projected scope.
    justInTimeAccessPolicy JustInTimeAccessPolicyResponse
    The just-in-time access policy setting.
    principalIdDisplayName string
    The display name of the Azure Active Directory principal.
    principal_id str
    The identifier of the Azure Active Directory principal.
    role_definition_id str
    The identifier of the Azure built-in role that defines the permissions that the Azure Active Directory principal will have on the projected scope.
    just_in_time_access_policy JustInTimeAccessPolicyResponse
    The just-in-time access policy setting.
    principal_id_display_name str
    The display name of the Azure Active Directory principal.
    principalId String
    The identifier of the Azure Active Directory principal.
    roleDefinitionId String
    The identifier of the Azure built-in role that defines the permissions that the Azure Active Directory principal will have on the projected scope.
    justInTimeAccessPolicy Property Map
    The just-in-time access policy setting.
    principalIdDisplayName String
    The display name of the Azure Active Directory principal.

    JustInTimeAccessPolicyResponse

    MultiFactorAuthProvider string
    The multi-factor authorization provider to be used for just-in-time access requests.
    ManagedByTenantApprovers List<Pulumi.AzureNative.ManagedServices.Inputs.EligibleApproverResponse>
    The list of managedByTenant approvers for the eligible authorization.
    MaximumActivationDuration string
    The maximum access duration in ISO 8601 format for just-in-time access requests.
    MultiFactorAuthProvider string
    The multi-factor authorization provider to be used for just-in-time access requests.
    ManagedByTenantApprovers []EligibleApproverResponse
    The list of managedByTenant approvers for the eligible authorization.
    MaximumActivationDuration string
    The maximum access duration in ISO 8601 format for just-in-time access requests.
    multiFactorAuthProvider String
    The multi-factor authorization provider to be used for just-in-time access requests.
    managedByTenantApprovers List<EligibleApproverResponse>
    The list of managedByTenant approvers for the eligible authorization.
    maximumActivationDuration String
    The maximum access duration in ISO 8601 format for just-in-time access requests.
    multiFactorAuthProvider string
    The multi-factor authorization provider to be used for just-in-time access requests.
    managedByTenantApprovers EligibleApproverResponse[]
    The list of managedByTenant approvers for the eligible authorization.
    maximumActivationDuration string
    The maximum access duration in ISO 8601 format for just-in-time access requests.
    multi_factor_auth_provider str
    The multi-factor authorization provider to be used for just-in-time access requests.
    managed_by_tenant_approvers Sequence[EligibleApproverResponse]
    The list of managedByTenant approvers for the eligible authorization.
    maximum_activation_duration str
    The maximum access duration in ISO 8601 format for just-in-time access requests.
    multiFactorAuthProvider String
    The multi-factor authorization provider to be used for just-in-time access requests.
    managedByTenantApprovers List<Property Map>
    The list of managedByTenant approvers for the eligible authorization.
    maximumActivationDuration String
    The maximum access duration in ISO 8601 format for just-in-time access requests.

    PlanResponse

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

    RegistrationDefinitionPropertiesResponse

    Authorizations List<Pulumi.AzureNative.ManagedServices.Inputs.AuthorizationResponse>
    The collection of authorization objects describing the access Azure Active Directory principals in the managedBy tenant will receive on the delegated resource in the managed tenant.
    ManagedByTenantId string
    The identifier of the managedBy tenant.
    ManagedByTenantName string
    The name of the managedBy tenant.
    ManageeTenantId string
    The identifier of the managed tenant.
    ManageeTenantName string
    The name of the managed tenant.
    ProvisioningState string
    The current provisioning state of the registration definition.
    Description string
    The description of the registration definition.
    EligibleAuthorizations List<Pulumi.AzureNative.ManagedServices.Inputs.EligibleAuthorizationResponse>
    The collection of eligible authorization objects describing the just-in-time access Azure Active Directory principals in the managedBy tenant will receive on the delegated resource in the managed tenant.
    RegistrationDefinitionName string
    The name of the registration definition.
    Authorizations []AuthorizationResponse
    The collection of authorization objects describing the access Azure Active Directory principals in the managedBy tenant will receive on the delegated resource in the managed tenant.
    ManagedByTenantId string
    The identifier of the managedBy tenant.
    ManagedByTenantName string
    The name of the managedBy tenant.
    ManageeTenantId string
    The identifier of the managed tenant.
    ManageeTenantName string
    The name of the managed tenant.
    ProvisioningState string
    The current provisioning state of the registration definition.
    Description string
    The description of the registration definition.
    EligibleAuthorizations []EligibleAuthorizationResponse
    The collection of eligible authorization objects describing the just-in-time access Azure Active Directory principals in the managedBy tenant will receive on the delegated resource in the managed tenant.
    RegistrationDefinitionName string
    The name of the registration definition.
    authorizations List<AuthorizationResponse>
    The collection of authorization objects describing the access Azure Active Directory principals in the managedBy tenant will receive on the delegated resource in the managed tenant.
    managedByTenantId String
    The identifier of the managedBy tenant.
    managedByTenantName String
    The name of the managedBy tenant.
    manageeTenantId String
    The identifier of the managed tenant.
    manageeTenantName String
    The name of the managed tenant.
    provisioningState String
    The current provisioning state of the registration definition.
    description String
    The description of the registration definition.
    eligibleAuthorizations List<EligibleAuthorizationResponse>
    The collection of eligible authorization objects describing the just-in-time access Azure Active Directory principals in the managedBy tenant will receive on the delegated resource in the managed tenant.
    registrationDefinitionName String
    The name of the registration definition.
    authorizations AuthorizationResponse[]
    The collection of authorization objects describing the access Azure Active Directory principals in the managedBy tenant will receive on the delegated resource in the managed tenant.
    managedByTenantId string
    The identifier of the managedBy tenant.
    managedByTenantName string
    The name of the managedBy tenant.
    manageeTenantId string
    The identifier of the managed tenant.
    manageeTenantName string
    The name of the managed tenant.
    provisioningState string
    The current provisioning state of the registration definition.
    description string
    The description of the registration definition.
    eligibleAuthorizations EligibleAuthorizationResponse[]
    The collection of eligible authorization objects describing the just-in-time access Azure Active Directory principals in the managedBy tenant will receive on the delegated resource in the managed tenant.
    registrationDefinitionName string
    The name of the registration definition.
    authorizations Sequence[AuthorizationResponse]
    The collection of authorization objects describing the access Azure Active Directory principals in the managedBy tenant will receive on the delegated resource in the managed tenant.
    managed_by_tenant_id str
    The identifier of the managedBy tenant.
    managed_by_tenant_name str
    The name of the managedBy tenant.
    managee_tenant_id str
    The identifier of the managed tenant.
    managee_tenant_name str
    The name of the managed tenant.
    provisioning_state str
    The current provisioning state of the registration definition.
    description str
    The description of the registration definition.
    eligible_authorizations Sequence[EligibleAuthorizationResponse]
    The collection of eligible authorization objects describing the just-in-time access Azure Active Directory principals in the managedBy tenant will receive on the delegated resource in the managed tenant.
    registration_definition_name str
    The name of the registration definition.
    authorizations List<Property Map>
    The collection of authorization objects describing the access Azure Active Directory principals in the managedBy tenant will receive on the delegated resource in the managed tenant.
    managedByTenantId String
    The identifier of the managedBy tenant.
    managedByTenantName String
    The name of the managedBy tenant.
    manageeTenantId String
    The identifier of the managed tenant.
    manageeTenantName String
    The name of the managed tenant.
    provisioningState String
    The current provisioning state of the registration definition.
    description String
    The description of the registration definition.
    eligibleAuthorizations List<Property Map>
    The collection of eligible authorization objects describing the just-in-time access Azure Active Directory principals in the managedBy tenant will receive on the delegated resource in the managed tenant.
    registrationDefinitionName String
    The name of the registration definition.

    SystemDataResponse

    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.
    createdAt string
    The timestamp of resource creation (UTC).
    createdBy string
    The identity that created the resource.
    createdByType string
    The type of identity that created the resource.
    lastModifiedAt string
    The timestamp of resource last modification (UTC)
    lastModifiedBy string
    The identity that last modified the resource.
    lastModifiedByType string
    The type of identity that last modified the resource.
    created_at str
    The timestamp of resource creation (UTC).
    created_by str
    The identity that created the resource.
    created_by_type str
    The type of identity that created the resource.
    last_modified_at str
    The timestamp of resource last modification (UTC)
    last_modified_by str
    The identity that last modified the resource.
    last_modified_by_type str
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
    Azure Native v2.37.0 published on Monday, Apr 15, 2024 by Pulumi