Class AzureOAuth
- java.lang.Object
-
- io.fabric8.openshift.api.model.monitoring.v1.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 Summary
Constructors Constructor Description AzureOAuth()No args constructor for use in serializationAzureOAuth(String clientId, io.fabric8.kubernetes.api.model.SecretKeySelector clientSecret, String tenantId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AzureOAuthBuilderedit()Map<String,Object>getAdditionalProperties()StringgetClientId()`clientID` is the clientId of the Azure Active Directory application that is being used to authenticate.io.fabric8.kubernetes.api.model.SecretKeySelectorgetClientSecret()AzureOAuth defines the Azure OAuth settings.StringgetTenantId()`tenantId` is the tenant ID of the Azure Active Directory application that is being used to authenticate.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetClientId(String clientId)`clientID` is the clientId of the Azure Active Directory application that is being used to authenticate.voidsetClientSecret(io.fabric8.kubernetes.api.model.SecretKeySelector clientSecret)AzureOAuth defines the Azure OAuth settings.voidsetTenantId(String tenantId)`tenantId` is the tenant ID of the Azure Active Directory application that is being used to authenticate.AzureOAuthBuildertoBuilder()
-
-
-
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.
-
edit
public AzureOAuthBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<AzureOAuthBuilder>
-
toBuilder
public AzureOAuthBuilder toBuilder()
-
-