1. Packages
  2. Azure Native v2
  3. API Docs
  4. managedservices
  5. getRegistrationAssignment
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.82.0 published on Friday, Jan 10, 2025 by Pulumi

azure-native-v2.managedservices.getRegistrationAssignment

Explore with Pulumi AI

These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.82.0 published on Friday, Jan 10, 2025 by Pulumi

Gets the details of the specified registration assignment. Azure REST API version: 2022-10-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>
Copy
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]
Copy
func LookupRegistrationAssignment(ctx *Context, args *LookupRegistrationAssignmentArgs, opts ...InvokeOption) (*LookupRegistrationAssignmentResult, error)
func LookupRegistrationAssignmentOutput(ctx *Context, args *LookupRegistrationAssignmentOutputArgs, opts ...InvokeOption) LookupRegistrationAssignmentResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetRegistrationAssignmentResult> getRegistrationAssignment(GetRegistrationAssignmentArgs args, InvokeOptions options)
public static Output<GetRegistrationAssignmentResult> getRegistrationAssignment(GetRegistrationAssignmentArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:managedservices:getRegistrationAssignment
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

RegistrationAssignmentId
This property is required.
Changes to this property will trigger replacement.
string
The GUID of the registration assignment.
Scope
This property is required.
Changes to this property will trigger replacement.
string
The scope of the resource.
ExpandRegistrationDefinition bool
The flag indicating whether to return the registration definition details along with the registration assignment details.
RegistrationAssignmentId
This property is required.
Changes to this property will trigger replacement.
string
The GUID of the registration assignment.
Scope
This property is required.
Changes to this property will trigger replacement.
string
The scope of the resource.
ExpandRegistrationDefinition bool
The flag indicating whether to return the registration definition details along with the registration assignment details.
registrationAssignmentId
This property is required.
Changes to this property will trigger replacement.
String
The GUID of the registration assignment.
scope
This property is required.
Changes to this property will trigger replacement.
String
The scope of the resource.
expandRegistrationDefinition Boolean
The flag indicating whether to return the registration definition details along with the registration assignment details.
registrationAssignmentId
This property is required.
Changes to this property will trigger replacement.
string
The GUID of the registration assignment.
scope
This property is required.
Changes to this property will trigger replacement.
string
The scope of the resource.
expandRegistrationDefinition boolean
The flag indicating whether to return the registration definition details along with the registration assignment details.
registration_assignment_id
This property is required.
Changes to this property will trigger replacement.
str
The GUID of the registration assignment.
scope
This property is required.
Changes to this property will trigger replacement.
str
The scope of the resource.
expand_registration_definition bool
The flag indicating whether to return the registration definition details along with the registration assignment details.
registrationAssignmentId
This property is required.
Changes to this property will trigger replacement.
String
The GUID of the registration assignment.
scope
This property is required.
Changes to this property will trigger replacement.
String
The scope of the resource.
expandRegistrationDefinition Boolean
The flag indicating whether to return the registration definition details along with the registration assignment details.

getRegistrationAssignment Result

The following output properties are available:

Id string
The fully qualified path of the registration assignment.
Name string
The name of the registration assignment.
Properties Pulumi.AzureNative.ManagedServices.Outputs.RegistrationAssignmentPropertiesResponse
The properties of a registration assignment.
SystemData Pulumi.AzureNative.ManagedServices.Outputs.SystemDataResponse
The metadata for the registration assignment resource.
Type string
The type of the Azure resource (Microsoft.ManagedServices/registrationAssignments).
Id string
The fully qualified path of the registration assignment.
Name string
The name of the registration assignment.
Properties RegistrationAssignmentPropertiesResponse
The properties of a registration assignment.
SystemData SystemDataResponse
The metadata for the registration assignment resource.
Type string
The type of the Azure resource (Microsoft.ManagedServices/registrationAssignments).
id String
The fully qualified path of the registration assignment.
name String
The name of the registration assignment.
properties RegistrationAssignmentPropertiesResponse
The properties of a registration assignment.
systemData SystemDataResponse
The metadata for the registration assignment resource.
type String
The type of the Azure resource (Microsoft.ManagedServices/registrationAssignments).
id string
The fully qualified path of the registration assignment.
name string
The name of the registration assignment.
properties RegistrationAssignmentPropertiesResponse
The properties of a registration assignment.
systemData SystemDataResponse
The metadata for the registration assignment resource.
type string
The type of the Azure resource (Microsoft.ManagedServices/registrationAssignments).
id str
The fully qualified path of the registration assignment.
name str
The name of the registration assignment.
properties RegistrationAssignmentPropertiesResponse
The properties of a registration assignment.
system_data SystemDataResponse
The metadata for the registration assignment resource.
type str
The type of the Azure resource (Microsoft.ManagedServices/registrationAssignments).
id String
The fully qualified path of the registration assignment.
name String
The name of the registration assignment.
properties Property Map
The properties of a registration assignment.
systemData Property Map
The metadata for the registration assignment resource.
type String
The type of the Azure resource (Microsoft.ManagedServices/registrationAssignments).

Supporting Types

AuthorizationResponse

PrincipalId This property is required. string
The identifier of the Azure Active Directory principal.
RoleDefinitionId This property is required. 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 This property is required. string
The identifier of the Azure Active Directory principal.
RoleDefinitionId This property is required. 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 This property is required. String
The identifier of the Azure Active Directory principal.
roleDefinitionId This property is required. 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 This property is required. string
The identifier of the Azure Active Directory principal.
roleDefinitionId This property is required. 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 This property is required. str
The identifier of the Azure Active Directory principal.
role_definition_id This property is required. 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 This property is required. String
The identifier of the Azure Active Directory principal.
roleDefinitionId This property is required. 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 This property is required. string
The identifier of the Azure Active Directory principal.
PrincipalIdDisplayName string
The display name of the Azure Active Directory principal.
PrincipalId This property is required. string
The identifier of the Azure Active Directory principal.
PrincipalIdDisplayName string
The display name of the Azure Active Directory principal.
principalId This property is required. String
The identifier of the Azure Active Directory principal.
principalIdDisplayName String
The display name of the Azure Active Directory principal.
principalId This property is required. string
The identifier of the Azure Active Directory principal.
principalIdDisplayName string
The display name of the Azure Active Directory principal.
principal_id This property is required. str
The identifier of the Azure Active Directory principal.
principal_id_display_name str
The display name of the Azure Active Directory principal.
principalId This property is required. String
The identifier of the Azure Active Directory principal.
principalIdDisplayName String
The display name of the Azure Active Directory principal.

EligibleAuthorizationResponse

PrincipalId This property is required. string
The identifier of the Azure Active Directory principal.
RoleDefinitionId This property is required. 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 This property is required. string
The identifier of the Azure Active Directory principal.
RoleDefinitionId This property is required. 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 This property is required. String
The identifier of the Azure Active Directory principal.
roleDefinitionId This property is required. 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 This property is required. string
The identifier of the Azure Active Directory principal.
roleDefinitionId This property is required. 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 This property is required. str
The identifier of the Azure Active Directory principal.
role_definition_id This property is required. 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 This property is required. String
The identifier of the Azure Active Directory principal.
roleDefinitionId This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. string
Azure Marketplace plan name.
Product This property is required. string
Azure Marketplace product code.
Publisher This property is required. string
Azure Marketplace publisher ID.
Version This property is required. string
Azure Marketplace plan's version.
Name This property is required. string
Azure Marketplace plan name.
Product This property is required. string
Azure Marketplace product code.
Publisher This property is required. string
Azure Marketplace publisher ID.
Version This property is required. string
Azure Marketplace plan's version.
name This property is required. String
Azure Marketplace plan name.
product This property is required. String
Azure Marketplace product code.
publisher This property is required. String
Azure Marketplace publisher ID.
version This property is required. String
Azure Marketplace plan's version.
name This property is required. string
Azure Marketplace plan name.
product This property is required. string
Azure Marketplace product code.
publisher This property is required. string
Azure Marketplace publisher ID.
version This property is required. string
Azure Marketplace plan's version.
name This property is required. str
Azure Marketplace plan name.
product This property is required. str
Azure Marketplace product code.
publisher This property is required. str
Azure Marketplace publisher ID.
version This property is required. str
Azure Marketplace plan's version.
name This property is required. String
Azure Marketplace plan name.
product This property is required. String
Azure Marketplace product code.
publisher This property is required. String
Azure Marketplace publisher ID.
version This property is required. String
Azure Marketplace plan's version.

RegistrationAssignmentPropertiesResponse

ProvisioningState This property is required. string
The current provisioning state of the registration assignment.
RegistrationDefinition This property is required. Pulumi.AzureNative.ManagedServices.Inputs.RegistrationAssignmentPropertiesResponseRegistrationDefinition
The registration definition associated with the registration assignment.
RegistrationDefinitionId This property is required. string
The fully qualified path of the registration definition.
ProvisioningState This property is required. string
The current provisioning state of the registration assignment.
RegistrationDefinition This property is required. RegistrationAssignmentPropertiesResponseRegistrationDefinition
The registration definition associated with the registration assignment.
RegistrationDefinitionId This property is required. string
The fully qualified path of the registration definition.
provisioningState This property is required. String
The current provisioning state of the registration assignment.
registrationDefinition This property is required. RegistrationAssignmentPropertiesResponseRegistrationDefinition
The registration definition associated with the registration assignment.
registrationDefinitionId This property is required. String
The fully qualified path of the registration definition.
provisioningState This property is required. string
The current provisioning state of the registration assignment.
registrationDefinition This property is required. RegistrationAssignmentPropertiesResponseRegistrationDefinition
The registration definition associated with the registration assignment.
registrationDefinitionId This property is required. string
The fully qualified path of the registration definition.
provisioning_state This property is required. str
The current provisioning state of the registration assignment.
registration_definition This property is required. RegistrationAssignmentPropertiesResponseRegistrationDefinition
The registration definition associated with the registration assignment.
registration_definition_id This property is required. str
The fully qualified path of the registration definition.
provisioningState This property is required. String
The current provisioning state of the registration assignment.
registrationDefinition This property is required. Property Map
The registration definition associated with the registration assignment.
registrationDefinitionId This property is required. String
The fully qualified path of the registration definition.

RegistrationAssignmentPropertiesResponseProperties

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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
registrationDefinitionName String
The name of the registration definition.

RegistrationAssignmentPropertiesResponseRegistrationDefinition

Id This property is required. string
The fully qualified path of the registration definition.
Name This property is required. string
The name of the registration definition.
SystemData This property is required. Pulumi.AzureNative.ManagedServices.Inputs.SystemDataResponse
The metadata for the registration definition resource.
Type This property is required. string
The type of the Azure resource (Microsoft.ManagedServices/registrationDefinitions).
Plan Pulumi.AzureNative.ManagedServices.Inputs.PlanResponse
The details for the Managed Services offer’s plan in Azure Marketplace.
Properties Pulumi.AzureNative.ManagedServices.Inputs.RegistrationAssignmentPropertiesResponseProperties
The properties of the registration definition associated with the registration assignment.
Id This property is required. string
The fully qualified path of the registration definition.
Name This property is required. string
The name of the registration definition.
SystemData This property is required. SystemDataResponse
The metadata for the registration definition resource.
Type This property is required. string
The type of the Azure resource (Microsoft.ManagedServices/registrationDefinitions).
Plan PlanResponse
The details for the Managed Services offer’s plan in Azure Marketplace.
Properties RegistrationAssignmentPropertiesResponseProperties
The properties of the registration definition associated with the registration assignment.
id This property is required. String
The fully qualified path of the registration definition.
name This property is required. String
The name of the registration definition.
systemData This property is required. SystemDataResponse
The metadata for the registration definition resource.
type This property is required. String
The type of the Azure resource (Microsoft.ManagedServices/registrationDefinitions).
plan PlanResponse
The details for the Managed Services offer’s plan in Azure Marketplace.
properties RegistrationAssignmentPropertiesResponseProperties
The properties of the registration definition associated with the registration assignment.
id This property is required. string
The fully qualified path of the registration definition.
name This property is required. string
The name of the registration definition.
systemData This property is required. SystemDataResponse
The metadata for the registration definition resource.
type This property is required. string
The type of the Azure resource (Microsoft.ManagedServices/registrationDefinitions).
plan PlanResponse
The details for the Managed Services offer’s plan in Azure Marketplace.
properties RegistrationAssignmentPropertiesResponseProperties
The properties of the registration definition associated with the registration assignment.
id This property is required. str
The fully qualified path of the registration definition.
name This property is required. str
The name of the registration definition.
system_data This property is required. SystemDataResponse
The metadata for the registration definition resource.
type This property is required. str
The type of the Azure resource (Microsoft.ManagedServices/registrationDefinitions).
plan PlanResponse
The details for the Managed Services offer’s plan in Azure Marketplace.
properties RegistrationAssignmentPropertiesResponseProperties
The properties of the registration definition associated with the registration assignment.
id This property is required. String
The fully qualified path of the registration definition.
name This property is required. String
The name of the registration definition.
systemData This property is required. Property Map
The metadata for the registration definition resource.
type This property is required. 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.
properties Property Map
The properties of the registration definition associated with the registration assignment.

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-v2 pulumi/pulumi-azure-native
License
Apache-2.0
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.82.0 published on Friday, Jan 10, 2025 by Pulumi