| | 1 | | // Copyright (c) Microsoft Corporation. All rights reserved. |
| | 2 | | // Licensed under the MIT License. |
| | 3 | |
|
| | 4 | | // <auto-generated/> |
| | 5 | |
|
| | 6 | | #nullable disable |
| | 7 | |
|
| | 8 | | namespace Azure.Analytics.Synapse.Artifacts.Models |
| | 9 | | { |
| | 10 | | /// <summary> Identity properties of the workspace resource. </summary> |
| | 11 | | internal partial class WorkspaceIdentity |
| | 12 | | { |
| | 13 | | /// <summary> Initializes a new instance of WorkspaceIdentity. </summary> |
| 0 | 14 | | internal WorkspaceIdentity() |
| | 15 | | { |
| 0 | 16 | | Type = "SystemAssigned"; |
| 0 | 17 | | } |
| | 18 | |
|
| | 19 | | /// <summary> The identity type. Currently the only supported type is 'SystemAssigned'. </summary> |
| 0 | 20 | | public string Type { get; } |
| | 21 | | /// <summary> The principal id of the identity. </summary> |
| 0 | 22 | | public string PrincipalId { get; } |
| | 23 | | /// <summary> The client tenant id of the identity. </summary> |
| 0 | 24 | | public string TenantId { get; } |
| | 25 | | } |
| | 26 | | } |