Uses of Class
com.azure.messaging.eventgrid.systemevents.ResourceAuthorization
Packages that use ResourceAuthorization
Package
Description
Package containing the data models for EventGridPublisherClient.
-
Uses of ResourceAuthorization in com.azure.messaging.eventgrid.systemevents
Methods in com.azure.messaging.eventgrid.systemevents that return ResourceAuthorizationModifier and TypeMethodDescriptionResourceActionCancelEventData.getResourceAuthorization()Get the authorization property: The requested authorization for the operation.ResourceActionFailureEventData.getResourceAuthorization()Get the authorization property: The requested authorization for the operation.ResourceActionSuccessEventData.getResourceAuthorization()Get the authorization property: The requested authorization for the operation.ResourceDeleteCancelEventData.getResourceAuthorization()Get the authorization property: The requested authorization for the operation.ResourceDeleteFailureEventData.getResourceAuthorization()Get the authorization property: The requested authorization for the operation.ResourceDeleteSuccessEventData.getResourceAuthorization()Get the authorization property: The requested authorization for the operation.ResourceWriteCancelEventData.getResourceAuthorization()Get the authorization property: The requested authorization for the operation.ResourceWriteFailureEventData.getResourceAuthorization()Get the authorization property: The requested authorization for the operation.ResourceWriteSuccessEventData.getResourceAuthorization()Get the authorization property: The requested authorization for the operation.Set the action property: The action being requested.ResourceAuthorization.setEvidence(Map<String, String> evidence) Set the evidence property: The evidence for the authorization.Set the scope property: The scope of the authorization.Methods in com.azure.messaging.eventgrid.systemevents with parameters of type ResourceAuthorizationModifier and TypeMethodDescriptionResourceActionCancelEventData.setResourceAuthorization(ResourceAuthorization authorization) Set the authorization property: The requested authorization for the operation.ResourceActionFailureEventData.setResourceAuthorization(ResourceAuthorization authorization) Set the authorization property: The requested authorization for the operation.ResourceActionSuccessEventData.setResourceAuthorization(ResourceAuthorization authorization) Set the authorization property: The requested authorization for the operation.ResourceDeleteCancelEventData.setResourceAuthorization(ResourceAuthorization authorization) Set the authorization property: The requested authorization for the operation.ResourceDeleteFailureEventData.setResourceAuthorization(ResourceAuthorization authorization) Set the authorization property: The requested authorization for the operation.ResourceDeleteSuccessEventData.setResourceAuthorization(ResourceAuthorization authorization) Set the authorization property: The requested authorization for the operation.ResourceWriteCancelEventData.setResourceAuthorization(ResourceAuthorization authorization) Set the authorization property: The requested authorization for the operation.ResourceWriteFailureEventData.setResourceAuthorization(ResourceAuthorization authorization) Set the authorization property: The requested authorization for the operation.ResourceWriteSuccessEventData.setResourceAuthorization(ResourceAuthorization authorization) Set the authorization property: The requested authorization for the operation.