StandardAssignment Interface
public interface StandardAssignment
An immutable client-side representation of StandardAssignment.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Assigned |
assignedStandard()
Gets the assigned |
|
abstract
Standard |
attestationData()
Gets the attestation |
| abstract String |
description()
Gets the description property: Description of the standard |
| abstract String |
displayName()
Gets the display |
| abstract Effect |
effect()
Gets the effect property: Expected effect of this assignment (Audit/Exempt/Attest). |
| abstract List<String> |
excludedScopes()
Gets the excluded |
|
abstract
Standard |
exemptionData()
Gets the exemption |
|
abstract
Offset |
expiresOn()
Gets the expires |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Standard |
innerModel()
Gets the inner com. |
|
abstract
Standard |
metadata()
Gets the metadata property: The standard assignment metadata. |
| abstract String |
name()
Gets the name property: The name of the resource. |
|
abstract
Standard |
refresh()
Refreshes the resource to sync with Azure. |
|
abstract
Standard |
refresh(Context context)
Refreshes the resource to sync with Azure. |
| abstract String |
type()
Gets the type property: The type of the resource. |
Method Details
assignedStandard
public abstract AssignedStandardItem assignedStandard()
Gets the assignedStandard property: Standard item with key as applied to this standard assignment over the given scope.
Returns:
attestationData
public abstract StandardAssignmentPropertiesAttestationData attestationData()
Gets the attestationData property: Additional data about assignment that has Attest effect.
Returns:
description
public abstract String description()
Gets the description property: Description of the standardAssignment.
Returns:
displayName
public abstract String displayName()
Gets the displayName property: Display name of the standardAssignment.
Returns:
effect
public abstract Effect effect()
Gets the effect property: Expected effect of this assignment (Audit/Exempt/Attest).
Returns:
excludedScopes
public abstract List<String> excludedScopes()
Gets the excludedScopes property: Excluded scopes, filter out the descendants of the scope (on management scopes).
Returns:
exemptionData
public abstract StandardAssignmentPropertiesExemptionData exemptionData()
Gets the exemptionData property: Additional data about assignment that has Exempt effect.
Returns:
expiresOn
public abstract OffsetDateTime expiresOn()
Gets the expiresOn property: Expiration date of this assignment as a full ISO date.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract StandardAssignmentInner innerModel()
Gets the inner com.azure.resourcemanager.security.fluent.models.StandardAssignmentInner object.
Returns:
metadata
public abstract StandardAssignmentMetadata metadata()
Gets the metadata property: The standard assignment metadata.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
refresh
public abstract StandardAssignment refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract StandardAssignment refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns: