OfficeConsentsOperations interface

Interface representing a OfficeConsents operations.

Properties

delete

Delete the office365 consent.

get

Gets an office365 consent.

list

Gets all office365 consents.

Property Details

delete

Delete the office365 consent.

delete: (resourceGroupName: string, workspaceName: string, consentId: string, options?: OfficeConsentsDeleteOptionalParams) => Promise<void>

Property Value

(resourceGroupName: string, workspaceName: string, consentId: string, options?: OfficeConsentsDeleteOptionalParams) => Promise<void>

get

Gets an office365 consent.

get: (resourceGroupName: string, workspaceName: string, consentId: string, options?: OfficeConsentsGetOptionalParams) => Promise<OfficeConsent>

Property Value

(resourceGroupName: string, workspaceName: string, consentId: string, options?: OfficeConsentsGetOptionalParams) => Promise<OfficeConsent>

list

Gets all office365 consents.

list: (resourceGroupName: string, workspaceName: string, options?: OfficeConsentsListOptionalParams) => PagedAsyncIterableIterator<OfficeConsent, OfficeConsent[], PageSettings>

Property Value

(resourceGroupName: string, workspaceName: string, options?: OfficeConsentsListOptionalParams) => PagedAsyncIterableIterator<OfficeConsent, OfficeConsent[], PageSettings>