You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
principal_id: Optional[str] =field(default=None, metadata={'description': 'The principal id of the system assigned identity. This property will only be provided for a system assigned identity.'}) # fmt: skip
517
-
tenant_id: Optional[str] =field(default=None, metadata={'description': 'The tenant id of the system assigned identity. This property will only be provided for a system assigned identity.'}) # fmt: skip
518
-
type: Optional[str] =field(default=None, metadata={'description': 'The type of identity used for the resource. The type SystemAssigned, UserAssigned includes both an implicitly created identity and a set of user assigned identities. The type None will remove any identities from the virtual machine.'}) # fmt: skip
519
-
user_assigned_identities: Optional[Dict[str, AzurePrincipalClient]] =field(default=None, metadata={'description': 'The list of user identities associated with resource. The user identity dictionary key references will be ARM resource ids in the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName} .'}) # fmt: skip
type: Optional[str] =field(default=None, metadata={'description': 'The type of the resource. E.g. Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts '}) # fmt: skip
client_id: Optional[str] =field(default=None, metadata={'description': 'The client id of user assigned identity.'}) # fmt: skip
642
+
principal_id: Optional[str] =field(default=None, metadata={'description': 'The principal ID of resource identity.'}) # fmt: skip
643
+
tenant_id: Optional[str] =field(default=None, metadata={"description": "The tenant ID of resource."})
644
+
type: Optional[str] =field(default=None, metadata={"description": "Type of managed service identity."})
645
+
user_assigned_identities: Optional[Dict[str, AzureUserAssignedIdentity]] =field(default=None, metadata={'description': 'The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName} .'}) # fmt: skip
e_tag: Optional[str] =field(default=None, metadata={'description': 'If eTag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.'}) # fmt: skip
93
93
hub_profile: Optional[AzureFleetHubProfile] =field(default=None, metadata={'description': 'The FleetHubProfile configures the fleet hub.'}) # fmt: skip
94
-
azure_fleet_identity: Optional[AzureManagedServiceIdentity] =field(default=None, metadata={'description': 'Managed service identity (system assigned and/or user assigned identities)'}) # fmt: skip
94
+
azure_fleet_identity: Optional[AzureIdentity] =field(default=None, metadata={'description': 'Managed service identity (system assigned and/or user assigned identities)'}) # fmt: skip
95
95
resource_group: Optional[str] =field(default=None, metadata={"description": "Resource group name"})
0 commit comments