$IdentityServiceAzureADConfig class
Used by:
- gkehub:v1 : IdentityServiceAzureADConfig
- gkehub:v2 : IdentityServiceAzureADConfig
Constructors
- $IdentityServiceAzureADConfig({String? clientId, String? clientSecret, String? encryptedClientSecret, String? groupFormat, String? kubectlRedirectUri, String? tenant, String? userClaim})
- $IdentityServiceAzureADConfig.fromJson(Map json_)
Properties
- clientId ↔ String?
- 
  ID for the registered client application that makes authentication
requests to the Azure AD identity provider.
  getter/setter pair
- clientSecret ↔ String?
- 
  Input only.
  getter/setter pair
- encryptedClientSecret ↔ String?
- 
  Encrypted AzureAD client secret.
  getter/setter pair
- 
  encryptedClientSecretAsBytes
  ↔ List<int> 
- 
  
  getter/setter pair
- groupFormat ↔ String?
- 
  Format of the AzureAD groups that the client wants for auth.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- kubectlRedirectUri ↔ String?
- 
  The redirect URL that kubectl uses for authorization.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- tenant ↔ String?
- 
  Kind of Azure AD account to be authenticated.
  getter/setter pair
- userClaim ↔ String?
- 
  Claim in the AzureAD ID Token that holds the user details.
  getter/setter pair
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited