Class: Google::Iam::V1::GetIamPolicyRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Iam::V1::GetIamPolicyRequest
 
 
- Defined in:
 - lib/google/cloud/tasks/v2beta2/doc/google/iam/v1/iam_policy.rb
 
Overview
Request message for +GetIamPolicy+ method.
Instance Attribute Summary collapse
- 
  
    
      #resource  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
REQUIRED: The resource for which the policy is being requested.
 
Instance Attribute Details
#resource ⇒ String
Returns REQUIRED: The resource for which the policy is being requested. +resource+ is usually specified as a path. For example, a Project resource is specified as +projects/project+.
      38  | 
    
      # File 'lib/google/cloud/tasks/v2beta2/doc/google/iam/v1/iam_policy.rb', line 38 class GetIamPolicyRequest; end  |