Class: Google::Apis::GkehubV1::IdentityServiceServiceAccountConfig
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::GkehubV1::IdentityServiceServiceAccountConfig
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - lib/google/apis/gkehub_v1/classes.rb,
lib/google/apis/gkehub_v1/representations.rb,
lib/google/apis/gkehub_v1/representations.rb 
Overview
Contains the credentials of the service account which is authorized to perform the LDAP search in the directory. The credentials can be supplied by the combination of the DN and password or the client certificate.
Instance Attribute Summary collapse
- 
  
    
      #simple_bind_credentials  ⇒ Google::Apis::GkehubV1::IdentityServiceSimpleBindCredentials 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The structure holds the LDAP simple binding credential.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ IdentityServiceServiceAccountConfig 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of IdentityServiceServiceAccountConfig.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ IdentityServiceServiceAccountConfig
Returns a new instance of IdentityServiceServiceAccountConfig.
      3118 3119 3120  | 
    
      # File 'lib/google/apis/gkehub_v1/classes.rb', line 3118 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#simple_bind_credentials ⇒ Google::Apis::GkehubV1::IdentityServiceSimpleBindCredentials
The structure holds the LDAP simple binding credential.
Corresponds to the JSON property simpleBindCredentials
      3116 3117 3118  | 
    
      # File 'lib/google/apis/gkehub_v1/classes.rb', line 3116 def simple_bind_credentials @simple_bind_credentials end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      3123 3124 3125  | 
    
      # File 'lib/google/apis/gkehub_v1/classes.rb', line 3123 def update!(**args) @simple_bind_credentials = args[:simple_bind_credentials] if args.key?(:simple_bind_credentials) end  |