public class IdentityProviders extends ProxyOnlyResource
| Constructor and Description |
|---|
IdentityProviders() |
| Modifier and Type | Method and Description |
|---|---|
Apple |
apple()
Get the apple property: The apple property.
|
AzureActiveDirectory |
azureActiveDirectory()
Get the azureActiveDirectory property: The azureActiveDirectory property.
|
AzureStaticWebApps |
azureStaticWebApps()
Get the azureStaticWebApps property: The azureStaticWebApps property.
|
Map<String,CustomOpenIdConnectProvider> |
customOpenIdConnectProviders()
Get the customOpenIdConnectProviders property: Dictionary of <CustomOpenIdConnectProvider>.
|
Facebook |
facebook()
Get the facebook property: The facebook property.
|
GitHub |
gitHub()
Get the gitHub property: The gitHub property.
|
Google |
google()
Get the google property: The google property.
|
LegacyMicrosoftAccount |
legacyMicrosoftAccount()
Get the legacyMicrosoftAccount property: The legacyMicrosoftAccount property.
|
Twitter |
twitter()
Get the twitter property: The twitter property.
|
void |
validate()
Validates the instance.
|
IdentityProviders |
withApple(Apple apple)
Set the apple property: The apple property.
|
IdentityProviders |
withAzureActiveDirectory(AzureActiveDirectory azureActiveDirectory)
Set the azureActiveDirectory property: The azureActiveDirectory property.
|
IdentityProviders |
withAzureStaticWebApps(AzureStaticWebApps azureStaticWebApps)
Set the azureStaticWebApps property: The azureStaticWebApps property.
|
IdentityProviders |
withCustomOpenIdConnectProviders(Map<String,CustomOpenIdConnectProvider> customOpenIdConnectProviders)
Set the customOpenIdConnectProviders property: Dictionary of <CustomOpenIdConnectProvider>.
|
IdentityProviders |
withFacebook(Facebook facebook)
Set the facebook property: The facebook property.
|
IdentityProviders |
withGitHub(GitHub gitHub)
Set the gitHub property: The gitHub property.
|
IdentityProviders |
withGoogle(Google google)
Set the google property: The google property.
|
IdentityProviders |
withKind(String kind)
Set the kind property: Kind of resource.
|
IdentityProviders |
withLegacyMicrosoftAccount(LegacyMicrosoftAccount legacyMicrosoftAccount)
Set the legacyMicrosoftAccount property: The legacyMicrosoftAccount property.
|
IdentityProviders |
withTwitter(Twitter twitter)
Set the twitter property: The twitter property.
|
kindpublic AzureActiveDirectory azureActiveDirectory()
public IdentityProviders withAzureActiveDirectory(AzureActiveDirectory azureActiveDirectory)
azureActiveDirectory - the azureActiveDirectory value to set.public Facebook facebook()
public IdentityProviders withFacebook(Facebook facebook)
facebook - the facebook value to set.public GitHub gitHub()
public IdentityProviders withGitHub(GitHub gitHub)
gitHub - the gitHub value to set.public Google google()
public IdentityProviders withGoogle(Google google)
google - the google value to set.public LegacyMicrosoftAccount legacyMicrosoftAccount()
public IdentityProviders withLegacyMicrosoftAccount(LegacyMicrosoftAccount legacyMicrosoftAccount)
legacyMicrosoftAccount - the legacyMicrosoftAccount value to set.public Twitter twitter()
public IdentityProviders withTwitter(Twitter twitter)
twitter - the twitter value to set.public Apple apple()
public IdentityProviders withApple(Apple apple)
apple - the apple value to set.public AzureStaticWebApps azureStaticWebApps()
public IdentityProviders withAzureStaticWebApps(AzureStaticWebApps azureStaticWebApps)
azureStaticWebApps - the azureStaticWebApps value to set.public Map<String,CustomOpenIdConnectProvider> customOpenIdConnectProviders()
public IdentityProviders withCustomOpenIdConnectProviders(Map<String,CustomOpenIdConnectProvider> customOpenIdConnectProviders)
customOpenIdConnectProviders - the customOpenIdConnectProviders value to set.public IdentityProviders withKind(String kind)
withKind in class ProxyOnlyResourcekind - the kind value to set.public void validate()
validate in class ProxyOnlyResourceIllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.