public final class CsmPublishingCredentialsPoliciesEntityProperties extends Object
| Constructor and Description |
|---|
CsmPublishingCredentialsPoliciesEntityProperties() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allow()
Get the allow property: <code>true</code> to allow access to a publishing method; otherwise,
<code>false</code>.
|
void |
validate()
Validates the instance.
|
CsmPublishingCredentialsPoliciesEntityProperties |
withAllow(boolean allow)
Set the allow property: <code>true</code> to allow access to a publishing method; otherwise,
<code>false</code>.
|
public CsmPublishingCredentialsPoliciesEntityProperties()
public boolean allow()
public CsmPublishingCredentialsPoliciesEntityProperties withAllow(boolean allow)
allow - the allow value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.