google_api_service_control v0.0.1 GoogleApi.ServiceControl.V1.Model.AuthorizationInfo View Source
Authorization information for the operation.
Attributes
- granted (Boolean): Whether or not authorization for `resource` and `permission` was granted. Defaults to:
null. - permission (String): The required IAM permission. Defaults to:
null. - resource (String): The resource being accessed, as a REST-style string. For example: bigquery.googleapis.com/projects/PROJECTID/datasets/DATASETID Defaults to:
null.