SystemAssignedIdentities interface
Interface representing a SystemAssignedIdentities.
Methods
get |
Gets the systemAssignedIdentity available under the specified RP scope. |
Method Details
getByScope(string, SystemAssignedIdentitiesGetByScopeOptionalParams)
Gets the systemAssignedIdentity available under the specified RP scope.
function getByScope(scope: string, options?: SystemAssignedIdentitiesGetByScopeOptionalParams): Promise<SystemAssignedIdentity>
Parameters
- scope
-
string
The resource provider scope of the resource. Parent resource being extended by Managed Identities.
The options parameters.
Returns
Promise<SystemAssignedIdentity>