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

139 строки
10 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderContract"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderContract"
name: "IdentityProviderContract"
nameWithType: "IdentityProviderContract"
summary: "Type representing Identity<wbr>Provider<wbr>Contract."
syntax: "public interface **IdentityProviderContract**</br> extends <xref href=\"com.microsoft.azure.arm.model.HasInner?alt=com.microsoft.azure.arm.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.IdentityProviderContractInner?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.IdentityProviderContractInner&text=IdentityProviderContractInner\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.arm.model.Indexable?alt=com.microsoft.azure.arm.model.Indexable&text=Indexable\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.arm.model.Updatable?alt=com.microsoft.azure.arm.model.Updatable&text=Updatable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderContract.Update?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderContract.Update&text=Update\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.arm.resources.models.HasManager?alt=com.microsoft.azure.arm.resources.models.HasManager&text=HasManager\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ApiManagementManager?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ApiManagementManager&text=ApiManagementManager\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderContract.allowedTenants()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderContract.allowedTenants()"
name: "allowedTenants()"
nameWithType: "IdentityProviderContract.allowedTenants()"
modifiers:
- "abstract"
syntax: "public abstract List<String> allowedTenants()"
returns:
description: "the allowedTenants value."
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderContract.authority()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderContract.authority()"
name: "authority()"
nameWithType: "IdentityProviderContract.authority()"
modifiers:
- "abstract"
syntax: "public abstract String authority()"
returns:
description: "the authority value."
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderContract.clientId()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderContract.clientId()"
name: "clientId()"
nameWithType: "IdentityProviderContract.clientId()"
modifiers:
- "abstract"
syntax: "public abstract String clientId()"
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.apimanagement.v2019_01_01.IdentityProviderContract.clientSecret()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderContract.clientSecret()"
name: "clientSecret()"
nameWithType: "IdentityProviderContract.clientSecret()"
modifiers:
- "abstract"
syntax: "public abstract String clientSecret()"
returns:
description: "the clientSecret value."
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderContract.id()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderContract.id()"
name: "id()"
nameWithType: "IdentityProviderContract.id()"
modifiers:
- "abstract"
syntax: "public abstract String id()"
returns:
description: "the id value."
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderContract.identityProviderContractType()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderContract.identityProviderContractType()"
name: "identityProviderContractType()"
nameWithType: "IdentityProviderContract.identityProviderContractType()"
modifiers:
- "abstract"
syntax: "public abstract IdentityProviderType identityProviderContractType()"
returns:
description: "the identityProviderContractType value."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderType?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderType&text=IdentityProviderType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderContract.name()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderContract.name()"
name: "name()"
nameWithType: "IdentityProviderContract.name()"
modifiers:
- "abstract"
syntax: "public abstract String name()"
returns:
description: "the name value."
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderContract.passwordResetPolicyName()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderContract.passwordResetPolicyName()"
name: "passwordResetPolicyName()"
nameWithType: "IdentityProviderContract.passwordResetPolicyName()"
modifiers:
- "abstract"
syntax: "public abstract String passwordResetPolicyName()"
returns:
description: "the passwordResetPolicyName value."
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderContract.profileEditingPolicyName()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderContract.profileEditingPolicyName()"
name: "profileEditingPolicyName()"
nameWithType: "IdentityProviderContract.profileEditingPolicyName()"
modifiers:
- "abstract"
syntax: "public abstract String profileEditingPolicyName()"
returns:
description: "the profileEditingPolicyName value."
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderContract.signinPolicyName()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderContract.signinPolicyName()"
name: "signinPolicyName()"
nameWithType: "IdentityProviderContract.signinPolicyName()"
modifiers:
- "abstract"
syntax: "public abstract String signinPolicyName()"
returns:
description: "the signinPolicyName value."
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderContract.signupPolicyName()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderContract.signupPolicyName()"
name: "signupPolicyName()"
nameWithType: "IdentityProviderContract.signupPolicyName()"
modifiers:
- "abstract"
syntax: "public abstract String signupPolicyName()"
returns:
description: "the signupPolicyName value."
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderContract.type()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderContract.type()"
name: "type()"
nameWithType: "IdentityProviderContract.type()"
modifiers:
- "abstract"
syntax: "public abstract String type()"
returns:
description: "the type value."
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "Type representing IdentityProviderContract."
implements:
- "<xref href=\"com.microsoft.azure.arm.model.HasInner?alt=com.microsoft.azure.arm.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.IdentityProviderContractInner?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.IdentityProviderContractInner&text=IdentityProviderContractInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.arm.model.Indexable?alt=com.microsoft.azure.arm.model.Indexable&text=Indexable\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.arm.model.Updatable?alt=com.microsoft.azure.arm.model.Updatable&text=Updatable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderContract.Update?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.IdentityProviderContract.Update&text=Update\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.arm.resources.models.HasManager?alt=com.microsoft.azure.arm.resources.models.HasManager&text=HasManager\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ApiManagementManager?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ApiManagementManager&text=ApiManagementManager\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.apimanagement.v2019_01_01"
artifact: com.microsoft.azure.apimanagement.v2019_01_01:azure-mgmt-apimanagement:1.0.0-beta-1