Uses of Class
com.azure.resourcemanager.securityinsights.fluent.models.OfficeConsentInner
Package
Description
Package containing the service clients for SecurityInsights.
Package containing the inner data models for SecurityInsights.
Package containing the data models for SecurityInsights.
-
Uses of OfficeConsentInner in com.azure.resourcemanager.securityinsights.fluent
Modifier and TypeMethodDescriptionGets an office365 consent.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<OfficeConsentInner>
OfficeConsentsClient.getWithResponse
(String resourceGroupName, String workspaceName, String consentId, com.azure.core.util.Context context) Gets an office365 consent.com.azure.core.http.rest.PagedIterable<OfficeConsentInner>
Gets all office365 consents.com.azure.core.http.rest.PagedIterable<OfficeConsentInner>
OfficeConsentsClient.list
(String resourceGroupName, String workspaceName, com.azure.core.util.Context context) Gets all office365 consents. -
Uses of OfficeConsentInner in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionOfficeConsentInner.withConsentId
(String consentId) Set the consentId property: Help to easily cascade among the data layers.OfficeConsentInner.withTenantId
(String tenantId) Set the tenantId property: The tenantId of the Office365 with the consent. -
Uses of OfficeConsentInner in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionOfficeConsent.innerModel()
Gets the inner com.azure.resourcemanager.securityinsights.fluent.models.OfficeConsentInner object.Modifier and TypeMethodDescriptionOfficeConsentList.value()
Get the value property: Array of the consents.Modifier and TypeMethodDescriptionOfficeConsentList.withValue
(List<OfficeConsentInner> value) Set the value property: Array of the consents.