GetIamPolicyRequest
class GetIamPolicyRequest extends Message
Request message for GetIamPolicy
method.
Generated from protobuf message google.iam.v1.GetIamPolicyRequest
Methods
Constructor.
REQUIRED: The resource for which the policy is being requested.
REQUIRED: The resource for which the policy is being requested.
OPTIONAL: A GetPolicyOptions
object for specifying options to
GetIamPolicy
. This field is only used by Cloud IAM.
OPTIONAL: A GetPolicyOptions
object for specifying options to
GetIamPolicy
. This field is only used by Cloud IAM.
Details
at line 47
__construct(array $data = NULL)
Constructor.
at line 59
string
getResource()
REQUIRED: The resource for which the policy is being requested.
See the operation documentation for the appropriate value for this field.
Generated from protobuf field string resource = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
at line 72
$this
setResource(string $var)
REQUIRED: The resource for which the policy is being requested.
See the operation documentation for the appropriate value for this field.
Generated from protobuf field string resource = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
at line 87
GetPolicyOptions
getOptions()
OPTIONAL: A GetPolicyOptions
object for specifying options to
GetIamPolicy
. This field is only used by Cloud IAM.
Generated from protobuf field .google.iam.v1.GetPolicyOptions options = 2;
at line 100
$this
setOptions(GetPolicyOptions $var)
OPTIONAL: A GetPolicyOptions
object for specifying options to
GetIamPolicy
. This field is only used by Cloud IAM.
Generated from protobuf field .google.iam.v1.GetPolicyOptions options = 2;