StandardAssignment Interface

public interface StandardAssignment

An immutable client-side representation of StandardAssignment.

Method Summary

Modifier and Type Method and Description
abstract AssignedStandardItem assignedStandard()

Gets the assignedStandard property: Standard item with key as applied to this standard assignment over the given scope.

abstract StandardAssignmentPropertiesAttestationData attestationData()

Gets the attestationData property: Additional data about assignment that has Attest effect.

abstract String description()

Gets the description property: Description of the standardAssignment.

abstract String displayName()

Gets the displayName property: Display name of the standardAssignment.

abstract Effect effect()

Gets the effect property: Expected effect of this assignment (Audit/Exempt/Attest).

abstract List<String> excludedScopes()

Gets the excludedScopes property: Excluded scopes, filter out the descendants of the scope (on management scopes).

abstract StandardAssignmentPropertiesExemptionData exemptionData()

Gets the exemptionData property: Additional data about assignment that has Exempt effect.

abstract OffsetDateTime expiresOn()

Gets the expiresOn property: Expiration date of this assignment as a full ISO date.

abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

abstract StandardAssignmentInner innerModel()

Gets the inner com.azure.resourcemanager.security.fluent.models.StandardAssignmentInner object.

abstract StandardAssignmentMetadata metadata()

Gets the metadata property: The standard assignment metadata.

abstract String name()

Gets the name property: The name of the resource.

abstract StandardAssignment refresh()

Refreshes the resource to sync with Azure.

abstract StandardAssignment 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:

the assignedStandard value.

attestationData

public abstract StandardAssignmentPropertiesAttestationData attestationData()

Gets the attestationData property: Additional data about assignment that has Attest effect.

Returns:

the attestationData value.

description

public abstract String description()

Gets the description property: Description of the standardAssignment.

Returns:

the description value.

displayName

public abstract String displayName()

Gets the displayName property: Display name of the standardAssignment.

Returns:

the displayName value.

effect

public abstract Effect effect()

Gets the effect property: Expected effect of this assignment (Audit/Exempt/Attest).

Returns:

the effect value.

excludedScopes

public abstract List<String> excludedScopes()

Gets the excludedScopes property: Excluded scopes, filter out the descendants of the scope (on management scopes).

Returns:

the excludedScopes value.

exemptionData

public abstract StandardAssignmentPropertiesExemptionData exemptionData()

Gets the exemptionData property: Additional data about assignment that has Exempt effect.

Returns:

the exemptionData value.

expiresOn

public abstract OffsetDateTime expiresOn()

Gets the expiresOn property: Expiration date of this assignment as a full ISO date.

Returns:

the expiresOn value.

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

innerModel

public abstract StandardAssignmentInner innerModel()

Gets the inner com.azure.resourcemanager.security.fluent.models.StandardAssignmentInner object.

Returns:

the inner object.

metadata

public abstract StandardAssignmentMetadata metadata()

Gets the metadata property: The standard assignment metadata.

Returns:

the metadata value.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

refresh

public abstract StandardAssignment refresh()

Refreshes the resource to sync with Azure.

Returns:

the refreshed resource.

refresh

public abstract StandardAssignment refresh(Context context)

Refreshes the resource to sync with Azure.

Parameters:

context - The context to associate with this operation.

Returns:

the refreshed resource.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

Applies to