azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

133 строки
11 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.containerservice.OpenShiftManagedClusterAADIdentityProvider"
fullName: "com.microsoft.azure.management.containerservice.OpenShiftManagedClusterAADIdentityProvider"
name: "OpenShiftManagedClusterAADIdentityProvider"
nameWithType: "OpenShiftManagedClusterAADIdentityProvider"
summary: "Defines the Identity provider for MS AAD."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.containerservice.OpenShiftManagedClusterBaseIdentityProvider?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **OpenShiftManagedClusterAADIdentityProvider**</br> extends <xref href=\"com.microsoft.azure.management.containerservice.OpenShiftManagedClusterBaseIdentityProvider?alt=com.microsoft.azure.management.containerservice.OpenShiftManagedClusterBaseIdentityProvider&text=OpenShiftManagedClusterBaseIdentityProvider\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.microsoft.azure.management.containerservice.OpenShiftManagedClusterAADIdentityProvider.OpenShiftManagedClusterAADIdentityProvider()"
fullName: "com.microsoft.azure.management.containerservice.OpenShiftManagedClusterAADIdentityProvider.OpenShiftManagedClusterAADIdentityProvider()"
name: "OpenShiftManagedClusterAADIdentityProvider()"
nameWithType: "OpenShiftManagedClusterAADIdentityProvider.OpenShiftManagedClusterAADIdentityProvider()"
syntax: "public OpenShiftManagedClusterAADIdentityProvider()"
methods:
- uid: "com.microsoft.azure.management.containerservice.OpenShiftManagedClusterAADIdentityProvider.clientId()"
fullName: "com.microsoft.azure.management.containerservice.OpenShiftManagedClusterAADIdentityProvider.clientId()"
name: "clientId()"
nameWithType: "OpenShiftManagedClusterAADIdentityProvider.clientId()"
summary: "Get the client<wbr>Id password associated with the provider."
syntax: "public String clientId()"
desc: "Get the clientId password associated with the provider."
returns:
description: "the clientId value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.OpenShiftManagedClusterAADIdentityProvider.customerAdminGroupId()"
fullName: "com.microsoft.azure.management.containerservice.OpenShiftManagedClusterAADIdentityProvider.customerAdminGroupId()"
name: "customerAdminGroupId()"
nameWithType: "OpenShiftManagedClusterAADIdentityProvider.customerAdminGroupId()"
summary: "Get the group<wbr>Id to be granted cluster admin role."
syntax: "public String customerAdminGroupId()"
desc: "Get the groupId to be granted cluster admin role."
returns:
description: "the customerAdminGroupId value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.OpenShiftManagedClusterAADIdentityProvider.secret()"
fullName: "com.microsoft.azure.management.containerservice.OpenShiftManagedClusterAADIdentityProvider.secret()"
name: "secret()"
nameWithType: "OpenShiftManagedClusterAADIdentityProvider.secret()"
summary: "Get the secret password associated with the provider."
syntax: "public String secret()"
desc: "Get the secret password associated with the provider."
returns:
description: "the secret value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.OpenShiftManagedClusterAADIdentityProvider.tenantId()"
fullName: "com.microsoft.azure.management.containerservice.OpenShiftManagedClusterAADIdentityProvider.tenantId()"
name: "tenantId()"
nameWithType: "OpenShiftManagedClusterAADIdentityProvider.tenantId()"
summary: "Get the tenant<wbr>Id associated with the provider."
syntax: "public String tenantId()"
desc: "Get the tenantId associated with the provider."
returns:
description: "the tenantId value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.OpenShiftManagedClusterAADIdentityProvider.withClientId(java.lang.String)"
fullName: "com.microsoft.azure.management.containerservice.OpenShiftManagedClusterAADIdentityProvider.withClientId(String clientId)"
name: "withClientId(String clientId)"
nameWithType: "OpenShiftManagedClusterAADIdentityProvider.withClientId(String clientId)"
summary: "Set the client<wbr>Id password associated with the provider."
parameters:
- description: "the clientId value to set"
name: "clientId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public OpenShiftManagedClusterAADIdentityProvider withClientId(String clientId)"
desc: "Set the clientId password associated with the provider."
returns:
description: "the OpenShiftManagedClusterAADIdentityProvider object itself."
type: "<xref href=\"com.microsoft.azure.management.containerservice.OpenShiftManagedClusterAADIdentityProvider?alt=com.microsoft.azure.management.containerservice.OpenShiftManagedClusterAADIdentityProvider&text=OpenShiftManagedClusterAADIdentityProvider\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.OpenShiftManagedClusterAADIdentityProvider.withCustomerAdminGroupId(java.lang.String)"
fullName: "com.microsoft.azure.management.containerservice.OpenShiftManagedClusterAADIdentityProvider.withCustomerAdminGroupId(String customerAdminGroupId)"
name: "withCustomerAdminGroupId(String customerAdminGroupId)"
nameWithType: "OpenShiftManagedClusterAADIdentityProvider.withCustomerAdminGroupId(String customerAdminGroupId)"
summary: "Set the group<wbr>Id to be granted cluster admin role."
parameters:
- description: "the customerAdminGroupId value to set"
name: "customerAdminGroupId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public OpenShiftManagedClusterAADIdentityProvider withCustomerAdminGroupId(String customerAdminGroupId)"
desc: "Set the groupId to be granted cluster admin role."
returns:
description: "the OpenShiftManagedClusterAADIdentityProvider object itself."
type: "<xref href=\"com.microsoft.azure.management.containerservice.OpenShiftManagedClusterAADIdentityProvider?alt=com.microsoft.azure.management.containerservice.OpenShiftManagedClusterAADIdentityProvider&text=OpenShiftManagedClusterAADIdentityProvider\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.OpenShiftManagedClusterAADIdentityProvider.withSecret(java.lang.String)"
fullName: "com.microsoft.azure.management.containerservice.OpenShiftManagedClusterAADIdentityProvider.withSecret(String secret)"
name: "withSecret(String secret)"
nameWithType: "OpenShiftManagedClusterAADIdentityProvider.withSecret(String secret)"
summary: "Set the secret password associated with the provider."
parameters:
- description: "the secret value to set"
name: "secret"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public OpenShiftManagedClusterAADIdentityProvider withSecret(String secret)"
desc: "Set the secret password associated with the provider."
returns:
description: "the OpenShiftManagedClusterAADIdentityProvider object itself."
type: "<xref href=\"com.microsoft.azure.management.containerservice.OpenShiftManagedClusterAADIdentityProvider?alt=com.microsoft.azure.management.containerservice.OpenShiftManagedClusterAADIdentityProvider&text=OpenShiftManagedClusterAADIdentityProvider\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.OpenShiftManagedClusterAADIdentityProvider.withTenantId(java.lang.String)"
fullName: "com.microsoft.azure.management.containerservice.OpenShiftManagedClusterAADIdentityProvider.withTenantId(String tenantId)"
name: "withTenantId(String tenantId)"
nameWithType: "OpenShiftManagedClusterAADIdentityProvider.withTenantId(String tenantId)"
summary: "Set the tenant<wbr>Id associated with the provider."
parameters:
- description: "the tenantId value to set"
name: "tenantId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public OpenShiftManagedClusterAADIdentityProvider withTenantId(String tenantId)"
desc: "Set the tenantId associated with the provider."
returns:
description: "the OpenShiftManagedClusterAADIdentityProvider object itself."
type: "<xref href=\"com.microsoft.azure.management.containerservice.OpenShiftManagedClusterAADIdentityProvider?alt=com.microsoft.azure.management.containerservice.OpenShiftManagedClusterAADIdentityProvider&text=OpenShiftManagedClusterAADIdentityProvider\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Defines the Identity provider for MS AAD."
metadata: {}
package: "com.microsoft.azure.management.containerservice"
artifact: com.microsoft.azure:azure-mgmt-containerservice:1.41.4