public class CloudAppSecurityProfile extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
Org.OData.Capabilities.V1.SelectRestrictions
Selectable = true
Org.OData.Capabilities.V1.CountRestrictions
Countable = true
Org.OData.Capabilities.V1.SortRestrictions
Sortable = true
Org.OData.Capabilities.V1.FilterRestrictions
Filterable = true
Org.OData.Capabilities.V1.TopSupported
true
Org.OData.Capabilities.V1.SkipSupported
true
| Modifier and Type | Class and Description |
|---|---|
static class |
CloudAppSecurityProfile.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
azureSubscriptionId |
protected String |
azureTenantId |
protected OffsetDateTime |
createdDateTime |
protected String |
deploymentPackageUrl |
protected String |
destinationServiceName |
protected Boolean |
isSigned |
protected OffsetDateTime |
lastModifiedDateTime |
protected String |
manifest |
protected String |
name |
protected ApplicationPermissionsRequired |
permissionsRequired |
protected String |
platform |
protected String |
policyName |
protected String |
publisher |
protected String |
riskScore |
protected List<String> |
tags |
protected String |
tagsNextLink |
protected String |
type |
protected SecurityVendorInformation |
vendorInformation |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
CloudAppSecurityProfile() |
protected String azureSubscriptionId
protected String azureTenantId
protected OffsetDateTime createdDateTime
protected String deploymentPackageUrl
protected String destinationServiceName
protected Boolean isSigned
protected OffsetDateTime lastModifiedDateTime
protected String manifest
protected String name
protected ApplicationPermissionsRequired permissionsRequired
protected String platform
protected String policyName
protected String publisher
protected String riskScore
protected String tagsNextLink
protected String type
protected SecurityVendorInformation vendorInformation
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static CloudAppSecurityProfile.Builder builderCloudAppSecurityProfile()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Entitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Entitypublic CloudAppSecurityProfile withAzureSubscriptionId(String azureSubscriptionId)
public CloudAppSecurityProfile withAzureTenantId(String azureTenantId)
public Optional<OffsetDateTime> getCreatedDateTime()
public CloudAppSecurityProfile withCreatedDateTime(OffsetDateTime createdDateTime)
public CloudAppSecurityProfile withDeploymentPackageUrl(String deploymentPackageUrl)
public CloudAppSecurityProfile withDestinationServiceName(String destinationServiceName)
public CloudAppSecurityProfile withIsSigned(Boolean isSigned)
public Optional<OffsetDateTime> getLastModifiedDateTime()
public CloudAppSecurityProfile withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
public CloudAppSecurityProfile withManifest(String manifest)
public CloudAppSecurityProfile withName(String name)
public Optional<ApplicationPermissionsRequired> getPermissionsRequired()
public CloudAppSecurityProfile withPermissionsRequired(ApplicationPermissionsRequired permissionsRequired)
public CloudAppSecurityProfile withPlatform(String platform)
public CloudAppSecurityProfile withPolicyName(String policyName)
public CloudAppSecurityProfile withPublisher(String publisher)
public CloudAppSecurityProfile withRiskScore(String riskScore)
public com.github.davidmoten.odata.client.CollectionPage<String> getTags()
public CloudAppSecurityProfile withType(String type)
public Optional<SecurityVendorInformation> getVendorInformation()
public CloudAppSecurityProfile withVendorInformation(SecurityVendorInformation vendorInformation)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic CloudAppSecurityProfile patch()
this with changed fields reset.public CloudAppSecurityProfile put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.