Class IdentityServiceServerConfig
Server settings for the external LDAP server.
Implements
Inherited Members
Namespace: Google.Apis.GKEHub.v2beta.Data
Assembly: Google.Apis.GKEHub.v2beta.dll
Syntax
public class IdentityServiceServerConfig : IDirectResponseSchema
Properties
CertificateAuthorityData
Optional. Contains a Base64 encoded, PEM formatted certificate authority certificate for the LDAP server. This must be provided for the "ldaps" and "startTLS" connections.
Declaration
[JsonProperty("certificateAuthorityData")]
public virtual string CertificateAuthorityData { get; set; }
Property Value
Type | Description |
---|---|
string |
ConnectionType
Optional. Defines the connection type to communicate with the LDAP server. If starttls
or ldaps
is
specified, the certificate_authority_data should not be empty.
Declaration
[JsonProperty("connectionType")]
public virtual string ConnectionType { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Host
Required. Defines the hostname or IP of the LDAP server. Port is optional and will default to 389, if unspecified. For example, "ldap.server.example" or "10.10.10.10:389".
Declaration
[JsonProperty("host")]
public virtual string Host { get; set; }
Property Value
Type | Description |
---|---|
string |