public class CustomOpenIdConnectProvider extends ProxyOnlyResource
| Constructor and Description |
|---|
CustomOpenIdConnectProvider() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
enabled()
Get the enabled property: The enabled property.
|
OpenIdConnectLogin |
login()
Get the login property: The login property.
|
OpenIdConnectRegistration |
registration()
Get the registration property: The registration property.
|
void |
validate()
Validates the instance.
|
CustomOpenIdConnectProvider |
withEnabled(Boolean enabled)
Set the enabled property: The enabled property.
|
CustomOpenIdConnectProvider |
withKind(String kind)
Set the kind property: Kind of resource.
|
CustomOpenIdConnectProvider |
withLogin(OpenIdConnectLogin login)
Set the login property: The login property.
|
CustomOpenIdConnectProvider |
withRegistration(OpenIdConnectRegistration registration)
Set the registration property: The registration property.
|
kindpublic Boolean enabled()
public CustomOpenIdConnectProvider withEnabled(Boolean enabled)
enabled - the enabled value to set.public OpenIdConnectRegistration registration()
public CustomOpenIdConnectProvider withRegistration(OpenIdConnectRegistration registration)
registration - the registration value to set.public OpenIdConnectLogin login()
public CustomOpenIdConnectProvider withLogin(OpenIdConnectLogin login)
login - the login value to set.public CustomOpenIdConnectProvider 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.