Class AzureOAuth

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<AzureOAuthBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class AzureOAuth
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<AzureOAuthBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    AzureOAuth defines the Azure OAuth settings.
    See Also:
    Serialized Form
    • Constructor Detail

      • AzureOAuth

        public AzureOAuth()
        No args constructor for use in serialization
      • AzureOAuth

        public AzureOAuth​(String clientId,
                          io.fabric8.kubernetes.api.model.SecretKeySelector clientSecret,
                          String tenantId)
    • Method Detail

      • getClientId

        public String getClientId()
        `clientID` is the clientId of the Azure Active Directory application that is being used to authenticate.
      • setClientId

        public void setClientId​(String clientId)
        `clientID` is the clientId of the Azure Active Directory application that is being used to authenticate.
      • getClientSecret

        public io.fabric8.kubernetes.api.model.SecretKeySelector getClientSecret()
        AzureOAuth defines the Azure OAuth settings.
      • setClientSecret

        public void setClientSecret​(io.fabric8.kubernetes.api.model.SecretKeySelector clientSecret)
        AzureOAuth defines the Azure OAuth settings.
      • getTenantId

        public String getTenantId()
        `tenantId` is the tenant ID of the Azure Active Directory application that is being used to authenticate.
      • setTenantId

        public void setTenantId​(String tenantId)
        `tenantId` is the tenant ID of the Azure Active Directory application that is being used to authenticate.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)