SecurityStandard Interface
public interface SecurityStandard
An immutable client-side representation of SecurityStandard.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
List<Partial |
assessments()
Gets the assessments property: List of assessment keys to apply to standard scope. |
|
abstract
List<Standard |
cloudProviders()
Gets the cloud |
| abstract String |
description()
Gets the description property: Description of the standard. |
| abstract String |
displayName()
Gets the display |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Security |
innerModel()
Gets the inner com. |
|
abstract
Standard |
metadata()
Gets the metadata property: The security standard metadata. |
| abstract String |
name()
Gets the name property: The name of the resource. |
| abstract String |
policySetDefinitionId()
Gets the policy |
|
abstract
Security |
refresh()
Refreshes the resource to sync with Azure. |
|
abstract
Security |
refresh(Context context)
Refreshes the resource to sync with Azure. |
|
abstract
Standard |
standardType()
Gets the standard |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract Update |
update()
Begins update for the Security |
Method Details
assessments
public abstract List<PartialAssessmentProperties> assessments()
Gets the assessments property: List of assessment keys to apply to standard scope.
Returns:
cloudProviders
public abstract List<StandardSupportedCloud> cloudProviders()
Gets the cloudProviders property: List of all standard supported clouds.
Returns:
description
public abstract String description()
Gets the description property: Description of the standard.
Returns:
displayName
public abstract String displayName()
Gets the displayName property: Display name of the standard, equivalent to the standardId.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract SecurityStandardInner innerModel()
Gets the inner com.azure.resourcemanager.security.fluent.models.SecurityStandardInner object.
Returns:
metadata
public abstract StandardMetadata metadata()
Gets the metadata property: The security standard metadata.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
policySetDefinitionId
public abstract String policySetDefinitionId()
Gets the policySetDefinitionId property: The policy set definition id associated with the standard.
Returns:
refresh
public abstract SecurityStandard refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract SecurityStandard refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
standardType
public abstract StandardType standardType()
Gets the standardType property: Standard type (Custom or Default or Compliance only currently).
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract SecurityStandard.Update update()
Begins update for the SecurityStandard resource.
Returns: