DefaultAccountsOperations interface
Interface representing a DefaultAccounts operations.
Properties
| get | Get the default account for the scope. |
| remove | Removes the default account from the scope. |
| set | Sets the default account for the scope. |
Property Details
get
Get the default account for the scope.
get: (scopeTenantId: string, scopeType: string, options?: DefaultAccountsGetOptionalParams) => Promise<DefaultAccountPayload>
Property Value
(scopeTenantId: string, scopeType: string, options?: DefaultAccountsGetOptionalParams) => Promise<DefaultAccountPayload>
remove
Removes the default account from the scope.
remove: (scopeTenantId: string, scopeType: string, options?: DefaultAccountsRemoveOptionalParams) => Promise<void>
Property Value
(scopeTenantId: string, scopeType: string, options?: DefaultAccountsRemoveOptionalParams) => Promise<void>
set
Sets the default account for the scope.
set: (defaultAccountPayload: DefaultAccountPayload, options?: DefaultAccountsSetOptionalParams) => Promise<DefaultAccountPayload>
Property Value
(defaultAccountPayload: DefaultAccountPayload, options?: DefaultAccountsSetOptionalParams) => Promise<DefaultAccountPayload>