@azure/arm-msi 2.1.1-alpha.20250721.1 → 2.2.0-alpha.20250730.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -10
- package/LICENSE +1 -1
- package/README.md +1 -2
- package/dist/browser/managedServiceIdentityClient.d.ts +2 -1
- package/dist/browser/managedServiceIdentityClient.d.ts.map +1 -1
- package/dist/browser/managedServiceIdentityClient.js +17 -19
- package/dist/browser/managedServiceIdentityClient.js.map +1 -1
- package/dist/browser/models/index.d.ts +20 -0
- package/dist/browser/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js +8 -0
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/mappers.d.ts.map +1 -1
- package/dist/browser/models/mappers.js +159 -147
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/models/parameters.js +47 -47
- package/dist/browser/models/parameters.js.map +1 -1
- package/dist/browser/operations/federatedIdentityCredentials.d.ts.map +1 -1
- package/dist/browser/operations/federatedIdentityCredentials.js +30 -30
- package/dist/browser/operations/federatedIdentityCredentials.js.map +1 -1
- package/dist/browser/operations/operations.js +9 -9
- package/dist/browser/operations/operations.js.map +1 -1
- package/dist/browser/operations/systemAssignedIdentities.js +4 -4
- package/dist/browser/operations/systemAssignedIdentities.js.map +1 -1
- package/dist/browser/operations/userAssignedIdentities.js +41 -41
- package/dist/browser/operations/userAssignedIdentities.js.map +1 -1
- package/dist/browser/operationsInterfaces/federatedIdentityCredentials.js.map +1 -1
- package/dist/browser/operationsInterfaces/operations.js.map +1 -1
- package/dist/browser/operationsInterfaces/systemAssignedIdentities.js.map +1 -1
- package/dist/browser/operationsInterfaces/userAssignedIdentities.js.map +1 -1
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/commonjs/managedServiceIdentityClient.d.ts +2 -1
- package/dist/commonjs/managedServiceIdentityClient.d.ts.map +1 -1
- package/dist/commonjs/managedServiceIdentityClient.js +16 -18
- package/dist/commonjs/managedServiceIdentityClient.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +20 -0
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js +9 -1
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/models/mappers.js +159 -147
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/models/parameters.js +46 -46
- package/dist/commonjs/models/parameters.js.map +1 -1
- package/dist/commonjs/operations/federatedIdentityCredentials.d.ts.map +1 -1
- package/dist/commonjs/operations/federatedIdentityCredentials.js +30 -30
- package/dist/commonjs/operations/federatedIdentityCredentials.js.map +1 -1
- package/dist/commonjs/operations/operations.js +9 -9
- package/dist/commonjs/operations/operations.js.map +1 -1
- package/dist/commonjs/operations/systemAssignedIdentities.js +4 -4
- package/dist/commonjs/operations/systemAssignedIdentities.js.map +1 -1
- package/dist/commonjs/operations/userAssignedIdentities.js +41 -41
- package/dist/commonjs/operations/userAssignedIdentities.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/federatedIdentityCredentials.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/systemAssignedIdentities.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/userAssignedIdentities.js.map +1 -1
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/managedServiceIdentityClient.d.ts +2 -1
- package/dist/esm/managedServiceIdentityClient.d.ts.map +1 -1
- package/dist/esm/managedServiceIdentityClient.js +17 -19
- package/dist/esm/managedServiceIdentityClient.js.map +1 -1
- package/dist/esm/models/index.d.ts +20 -0
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +8 -0
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/mappers.d.ts.map +1 -1
- package/dist/esm/models/mappers.js +159 -147
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/models/parameters.js +47 -47
- package/dist/esm/models/parameters.js.map +1 -1
- package/dist/esm/operations/federatedIdentityCredentials.d.ts.map +1 -1
- package/dist/esm/operations/federatedIdentityCredentials.js +30 -30
- package/dist/esm/operations/federatedIdentityCredentials.js.map +1 -1
- package/dist/esm/operations/operations.js +9 -9
- package/dist/esm/operations/operations.js.map +1 -1
- package/dist/esm/operations/systemAssignedIdentities.js +4 -4
- package/dist/esm/operations/systemAssignedIdentities.js.map +1 -1
- package/dist/esm/operations/userAssignedIdentities.js +41 -41
- package/dist/esm/operations/userAssignedIdentities.js.map +1 -1
- package/dist/esm/operationsInterfaces/federatedIdentityCredentials.js.map +1 -1
- package/dist/esm/operationsInterfaces/operations.js.map +1 -1
- package/dist/esm/operationsInterfaces/systemAssignedIdentities.js.map +1 -1
- package/dist/esm/operationsInterfaces/userAssignedIdentities.js.map +1 -1
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/react-native/managedServiceIdentityClient.d.ts +2 -1
- package/dist/react-native/managedServiceIdentityClient.d.ts.map +1 -1
- package/dist/react-native/managedServiceIdentityClient.js +17 -19
- package/dist/react-native/managedServiceIdentityClient.js.map +1 -1
- package/dist/react-native/models/index.d.ts +20 -0
- package/dist/react-native/models/index.d.ts.map +1 -1
- package/dist/react-native/models/index.js +8 -0
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/mappers.d.ts.map +1 -1
- package/dist/react-native/models/mappers.js +159 -147
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/models/parameters.js +47 -47
- package/dist/react-native/models/parameters.js.map +1 -1
- package/dist/react-native/operations/federatedIdentityCredentials.d.ts.map +1 -1
- package/dist/react-native/operations/federatedIdentityCredentials.js +30 -30
- package/dist/react-native/operations/federatedIdentityCredentials.js.map +1 -1
- package/dist/react-native/operations/operations.js +9 -9
- package/dist/react-native/operations/operations.js.map +1 -1
- package/dist/react-native/operations/systemAssignedIdentities.js +4 -4
- package/dist/react-native/operations/systemAssignedIdentities.js.map +1 -1
- package/dist/react-native/operations/userAssignedIdentities.js +41 -41
- package/dist/react-native/operations/userAssignedIdentities.js.map +1 -1
- package/dist/react-native/operationsInterfaces/federatedIdentityCredentials.js.map +1 -1
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/systemAssignedIdentities.js.map +1 -1
- package/dist/react-native/operationsInterfaces/userAssignedIdentities.js.map +1 -1
- package/dist/react-native/pagingHelper.js.map +1 -1
- package/package.json +21 -21
- package/review/arm-msi-node.api.md +13 -1
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
|
package/dist/esm/models/index.js
CHANGED
@@ -17,4 +17,12 @@ export var KnownCreatedByType;
|
|
17
17
|
/** Key */
|
18
18
|
KnownCreatedByType["Key"] = "Key";
|
19
19
|
})(KnownCreatedByType || (KnownCreatedByType = {}));
|
20
|
+
/** Known values of {@link IsolationScope} that the service accepts. */
|
21
|
+
export var KnownIsolationScope;
|
22
|
+
(function (KnownIsolationScope) {
|
23
|
+
/** None */
|
24
|
+
KnownIsolationScope["None"] = "None";
|
25
|
+
/** Regional */
|
26
|
+
KnownIsolationScope["Regional"] = "Regional";
|
27
|
+
})(KnownIsolationScope || (KnownIsolationScope = {}));
|
20
28
|
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAqMH,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBASX;AATD,WAAY,kBAAkB;IAC5B,WAAW;IACX,mCAAa,CAAA;IACb,kBAAkB;IAClB,iDAA2B,CAAA;IAC3B,sBAAsB;IACtB,yDAAmC,CAAA;IACnC,UAAU;IACV,iCAAW,CAAA;AACb,CAAC,EATW,kBAAkB,KAAlB,kBAAkB,QAS7B","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. E.g. \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** An error response from the ManagedServiceIdentity service. */\nexport interface CloudError {\n /** A list of additional details about the error. */\n error?: CloudErrorBody;\n}\n\n/** An error response from the ManagedServiceIdentity service. */\nexport interface CloudErrorBody {\n /** An identifier for the error. */\n code?: string;\n /** A message describing the error, intended to be suitable for display in a user interface. */\n message?: string;\n /** The target of the particular error. For example, the name of the property in error. */\n target?: string;\n /** A list of additional details about the error. */\n details?: CloudErrorBody[];\n}\n\n/** A list of operations supported by Microsoft.ManagedIdentity Resource Provider. */\nexport interface OperationListResult {\n /** A list of operations supported by Microsoft.ManagedIdentity Resource Provider. */\n value?: Operation[];\n /** The url to get the next page of results, if any. */\n nextLink?: string;\n}\n\n/** Operation supported by the Microsoft.ManagedIdentity REST API. */\nexport interface Operation {\n /** The name of the REST Operation. This is of the format {provider}/{resource}/{operation}. */\n name?: string;\n /** The object that describes the operation. */\n display?: OperationDisplay;\n}\n\n/** The object that describes the operation. */\nexport interface OperationDisplay {\n /** Friendly name of the resource provider. */\n provider?: string;\n /** The type of operation. For example: read, write, delete. */\n operation?: string;\n /** The resource type on which the operation is performed. */\n resource?: string;\n /** A description of the operation. */\n description?: string;\n}\n\n/** Values returned by the List operation. */\nexport interface UserAssignedIdentitiesListResult {\n /** The collection of userAssignedIdentities returned by the listing operation. */\n value?: Identity[];\n /** The url to get the next page of results, if any. */\n nextLink?: string;\n}\n\n/** Values returned by the List operation for federated identity credentials. */\nexport interface FederatedIdentityCredentialsListResult {\n /** The collection of federated identity credentials returned by the listing operation. */\n value?: FederatedIdentityCredential[];\n /** The url to get the next page of results, if any. */\n nextLink?: string;\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The geo-location where the resource lives */\n location: string;\n}\n\n/** Describes an identity resource. */\nexport interface IdentityUpdate extends Resource {\n /** The geo-location where the resource lives */\n location?: string;\n /** Resource tags */\n tags?: { [propertyName: string]: string };\n /**\n * The id of the tenant which the identity belongs to.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /**\n * The id of the service principal object associated with the created identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The id of the app associated with the identity. This is a random generated UUID by MSI.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly clientId?: string;\n}\n\n/** Describes a system assigned identity resource. */\nexport interface SystemAssignedIdentity extends ProxyResource {\n /** The geo-location where the resource lives */\n location: string;\n /** Resource tags */\n tags?: { [propertyName: string]: string };\n /**\n * The id of the tenant which the identity belongs to.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /**\n * The id of the service principal object associated with the created identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The id of the app associated with the identity. This is a random generated UUID by MSI.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly clientId?: string;\n /**\n * The ManagedServiceIdentity DataPlane URL that can be queried to obtain the identity credentials.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly clientSecretUrl?: string;\n}\n\n/** Describes a federated identity credential. */\nexport interface FederatedIdentityCredential extends ProxyResource {\n /** The URL of the issuer to be trusted. */\n issuer?: string;\n /** The identifier of the external identity. */\n subject?: string;\n /** The list of audiences that can appear in the issued token. */\n audiences?: string[];\n}\n\n/** Describes an identity resource. */\nexport interface Identity extends TrackedResource {\n /**\n * The id of the tenant which the identity belongs to.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /**\n * The id of the service principal object associated with the created identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The id of the app associated with the identity. This is a random generated UUID by MSI.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly clientId?: string;\n}\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\"\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Optional parameters. */\nexport interface SystemAssignedIdentitiesGetByScopeOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getByScope operation. */\nexport type SystemAssignedIdentitiesGetByScopeResponse = SystemAssignedIdentity;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface UserAssignedIdentitiesListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type UserAssignedIdentitiesListBySubscriptionResponse = UserAssignedIdentitiesListResult;\n\n/** Optional parameters. */\nexport interface UserAssignedIdentitiesListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type UserAssignedIdentitiesListByResourceGroupResponse = UserAssignedIdentitiesListResult;\n\n/** Optional parameters. */\nexport interface UserAssignedIdentitiesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type UserAssignedIdentitiesCreateOrUpdateResponse = Identity;\n\n/** Optional parameters. */\nexport interface UserAssignedIdentitiesUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type UserAssignedIdentitiesUpdateResponse = Identity;\n\n/** Optional parameters. */\nexport interface UserAssignedIdentitiesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type UserAssignedIdentitiesGetResponse = Identity;\n\n/** Optional parameters. */\nexport interface UserAssignedIdentitiesDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface UserAssignedIdentitiesListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type UserAssignedIdentitiesListBySubscriptionNextResponse = UserAssignedIdentitiesListResult;\n\n/** Optional parameters. */\nexport interface UserAssignedIdentitiesListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type UserAssignedIdentitiesListByResourceGroupNextResponse = UserAssignedIdentitiesListResult;\n\n/** Optional parameters. */\nexport interface FederatedIdentityCredentialsListOptionalParams\n extends coreClient.OperationOptions {\n /** Number of records to return. */\n top?: number;\n /** A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. */\n skiptoken?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type FederatedIdentityCredentialsListResponse = FederatedIdentityCredentialsListResult;\n\n/** Optional parameters. */\nexport interface FederatedIdentityCredentialsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type FederatedIdentityCredentialsCreateOrUpdateResponse = FederatedIdentityCredential;\n\n/** Optional parameters. */\nexport interface FederatedIdentityCredentialsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type FederatedIdentityCredentialsGetResponse = FederatedIdentityCredential;\n\n/** Optional parameters. */\nexport interface FederatedIdentityCredentialsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface FederatedIdentityCredentialsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type FederatedIdentityCredentialsListNextResponse = FederatedIdentityCredentialsListResult;\n\n/** Optional parameters. */\nexport interface ManagedServiceIdentityClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAyMH,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBASX;AATD,WAAY,kBAAkB;IAC5B,WAAW;IACX,mCAAa,CAAA;IACb,kBAAkB;IAClB,iDAA2B,CAAA;IAC3B,sBAAsB;IACtB,yDAAmC,CAAA;IACnC,UAAU;IACV,iCAAW,CAAA;AACb,CAAC,EATW,kBAAkB,KAAlB,kBAAkB,QAS7B;AAcD,uEAAuE;AACvE,MAAM,CAAN,IAAY,mBAKX;AALD,WAAY,mBAAmB;IAC7B,WAAW;IACX,oCAAa,CAAA;IACb,eAAe;IACf,4CAAqB,CAAA;AACvB,CAAC,EALW,mBAAmB,KAAnB,mBAAmB,QAK9B","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. E.g. \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** An error response from the ManagedServiceIdentity service. */\nexport interface CloudError {\n /** A list of additional details about the error. */\n error?: CloudErrorBody;\n}\n\n/** An error response from the ManagedServiceIdentity service. */\nexport interface CloudErrorBody {\n /** An identifier for the error. */\n code?: string;\n /** A message describing the error, intended to be suitable for display in a user interface. */\n message?: string;\n /** The target of the particular error. For example, the name of the property in error. */\n target?: string;\n /** A list of additional details about the error. */\n details?: CloudErrorBody[];\n}\n\n/** A list of operations supported by Microsoft.ManagedIdentity Resource Provider. */\nexport interface OperationListResult {\n /** A list of operations supported by Microsoft.ManagedIdentity Resource Provider. */\n value?: Operation[];\n /** The url to get the next page of results, if any. */\n nextLink?: string;\n}\n\n/** Operation supported by the Microsoft.ManagedIdentity REST API. */\nexport interface Operation {\n /** The name of the REST Operation. This is of the format {provider}/{resource}/{operation}. */\n name?: string;\n /** The object that describes the operation. */\n display?: OperationDisplay;\n}\n\n/** The object that describes the operation. */\nexport interface OperationDisplay {\n /** Friendly name of the resource provider. */\n provider?: string;\n /** The type of operation. For example: read, write, delete. */\n operation?: string;\n /** The resource type on which the operation is performed. */\n resource?: string;\n /** A description of the operation. */\n description?: string;\n}\n\n/** Values returned by the List operation. */\nexport interface UserAssignedIdentitiesListResult {\n /** The collection of userAssignedIdentities returned by the listing operation. */\n value?: Identity[];\n /** The url to get the next page of results, if any. */\n nextLink?: string;\n}\n\n/** Values returned by the List operation for federated identity credentials. */\nexport interface FederatedIdentityCredentialsListResult {\n /** The collection of federated identity credentials returned by the listing operation. */\n value?: FederatedIdentityCredential[];\n /** The url to get the next page of results, if any. */\n nextLink?: string;\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The geo-location where the resource lives */\n location: string;\n}\n\n/** Describes an identity resource. */\nexport interface IdentityUpdate extends Resource {\n /** The geo-location where the resource lives */\n location?: string;\n /** Resource tags */\n tags?: { [propertyName: string]: string };\n /**\n * The id of the tenant which the identity belongs to.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /**\n * The id of the service principal object associated with the created identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The id of the app associated with the identity. This is a random generated UUID by MSI.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly clientId?: string;\n /** Enum to configure regional restrictions on identity assignment, as necessary. */\n isolationScope?: IsolationScope;\n}\n\n/** Describes a system assigned identity resource. */\nexport interface SystemAssignedIdentity extends ProxyResource {\n /** The geo-location where the resource lives */\n location: string;\n /** Resource tags */\n tags?: { [propertyName: string]: string };\n /**\n * The id of the tenant which the identity belongs to.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /**\n * The id of the service principal object associated with the created identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The id of the app associated with the identity. This is a random generated UUID by MSI.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly clientId?: string;\n /**\n * The ManagedServiceIdentity DataPlane URL that can be queried to obtain the identity credentials.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly clientSecretUrl?: string;\n}\n\n/** Describes a federated identity credential. */\nexport interface FederatedIdentityCredential extends ProxyResource {\n /** The URL of the issuer to be trusted. */\n issuer?: string;\n /** The identifier of the external identity. */\n subject?: string;\n /** The list of audiences that can appear in the issued token. */\n audiences?: string[];\n}\n\n/** Describes an identity resource. */\nexport interface Identity extends TrackedResource {\n /**\n * The id of the tenant which the identity belongs to.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /**\n * The id of the service principal object associated with the created identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The id of the app associated with the identity. This is a random generated UUID by MSI.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly clientId?: string;\n /** Enum to configure regional restrictions on identity assignment, as necessary. */\n isolationScope?: IsolationScope;\n}\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\",\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link IsolationScope} that the service accepts. */\nexport enum KnownIsolationScope {\n /** None */\n None = \"None\",\n /** Regional */\n Regional = \"Regional\",\n}\n\n/**\n * Defines values for IsolationScope. \\\n * {@link KnownIsolationScope} can be used interchangeably with IsolationScope,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **Regional**\n */\nexport type IsolationScope = string;\n\n/** Optional parameters. */\nexport interface SystemAssignedIdentitiesGetByScopeOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getByScope operation. */\nexport type SystemAssignedIdentitiesGetByScopeResponse = SystemAssignedIdentity;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface UserAssignedIdentitiesListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type UserAssignedIdentitiesListBySubscriptionResponse =\n UserAssignedIdentitiesListResult;\n\n/** Optional parameters. */\nexport interface UserAssignedIdentitiesListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type UserAssignedIdentitiesListByResourceGroupResponse =\n UserAssignedIdentitiesListResult;\n\n/** Optional parameters. */\nexport interface UserAssignedIdentitiesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type UserAssignedIdentitiesCreateOrUpdateResponse = Identity;\n\n/** Optional parameters. */\nexport interface UserAssignedIdentitiesUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type UserAssignedIdentitiesUpdateResponse = Identity;\n\n/** Optional parameters. */\nexport interface UserAssignedIdentitiesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type UserAssignedIdentitiesGetResponse = Identity;\n\n/** Optional parameters. */\nexport interface UserAssignedIdentitiesDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface UserAssignedIdentitiesListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type UserAssignedIdentitiesListBySubscriptionNextResponse =\n UserAssignedIdentitiesListResult;\n\n/** Optional parameters. */\nexport interface UserAssignedIdentitiesListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type UserAssignedIdentitiesListByResourceGroupNextResponse =\n UserAssignedIdentitiesListResult;\n\n/** Optional parameters. */\nexport interface FederatedIdentityCredentialsListOptionalParams\n extends coreClient.OperationOptions {\n /** Number of records to return. */\n top?: number;\n /** A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. */\n skiptoken?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type FederatedIdentityCredentialsListResponse =\n FederatedIdentityCredentialsListResult;\n\n/** Optional parameters. */\nexport interface FederatedIdentityCredentialsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type FederatedIdentityCredentialsCreateOrUpdateResponse =\n FederatedIdentityCredential;\n\n/** Optional parameters. */\nexport interface FederatedIdentityCredentialsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type FederatedIdentityCredentialsGetResponse =\n FederatedIdentityCredential;\n\n/** Optional parameters. */\nexport interface FederatedIdentityCredentialsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface FederatedIdentityCredentialsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type FederatedIdentityCredentialsListNextResponse =\n FederatedIdentityCredentialsListResult;\n\n/** Optional parameters. */\nexport interface ManagedServiceIdentityClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,eAAO,MAAM,QAAQ,EAAE,UAAU,CAAC,eAmCjC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eA2CnC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eAcnC,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,eAqCvC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eAyB5C,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,UAAU,CAAC,eAoBlC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eA+BzC,CAAC;AAEF,eAAO,MAAM,gCAAgC,EAAE,UAAU,CAAC,eAyBzD,CAAC;AAEF,eAAO,MAAM,sCAAsC,EAAE,UAAU,CAAC,
|
1
|
+
{"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,eAAO,MAAM,QAAQ,EAAE,UAAU,CAAC,eAmCjC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eA2CnC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eAcnC,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,eAqCvC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eAyB5C,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,UAAU,CAAC,eAoBlC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eA+BzC,CAAC;AAEF,eAAO,MAAM,gCAAgC,EAAE,UAAU,CAAC,eAyBzD,CAAC;AAEF,eAAO,MAAM,sCAAsC,EAAE,UAAU,CAAC,eA0B7D,CAAC;AAEJ,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eAQtC,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eAsBxC,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,eAgDvC,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,eAkD/C,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,UAAU,CAAC,eA+BpD,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,UAAU,CAAC,eAmCjC,CAAC"}
|