public class SiteAuthSettingsV2Inner extends ProxyOnlyResource
| Constructor and Description |
|---|
SiteAuthSettingsV2Inner() |
| Modifier and Type | Method and Description |
|---|---|
GlobalValidation |
globalValidation()
Get the globalValidation property: The globalValidation property.
|
HttpSettings |
httpSettings()
Get the httpSettings property: The httpSettings property.
|
IdentityProviders |
identityProviders()
Get the identityProviders property: The identityProviders property.
|
Login |
login()
Get the login property: The login property.
|
AuthPlatform |
platform()
Get the platform property: The platform property.
|
void |
validate()
Validates the instance.
|
SiteAuthSettingsV2Inner |
withGlobalValidation(GlobalValidation globalValidation)
Set the globalValidation property: The globalValidation property.
|
SiteAuthSettingsV2Inner |
withHttpSettings(HttpSettings httpSettings)
Set the httpSettings property: The httpSettings property.
|
SiteAuthSettingsV2Inner |
withIdentityProviders(IdentityProviders identityProviders)
Set the identityProviders property: The identityProviders property.
|
SiteAuthSettingsV2Inner |
withKind(String kind)
Set the kind property: Kind of resource.
|
SiteAuthSettingsV2Inner |
withLogin(Login login)
Set the login property: The login property.
|
SiteAuthSettingsV2Inner |
withPlatform(AuthPlatform platform)
Set the platform property: The platform property.
|
kindpublic AuthPlatform platform()
public SiteAuthSettingsV2Inner withPlatform(AuthPlatform platform)
platform - the platform value to set.public GlobalValidation globalValidation()
public SiteAuthSettingsV2Inner withGlobalValidation(GlobalValidation globalValidation)
globalValidation - the globalValidation value to set.public IdentityProviders identityProviders()
public SiteAuthSettingsV2Inner withIdentityProviders(IdentityProviders identityProviders)
identityProviders - the identityProviders value to set.public Login login()
public SiteAuthSettingsV2Inner withLogin(Login login)
login - the login value to set.public HttpSettings httpSettings()
public SiteAuthSettingsV2Inner withHttpSettings(HttpSettings httpSettings)
httpSettings - the httpSettings value to set.public SiteAuthSettingsV2Inner 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.