GovernanceAssignment Interface
public interface GovernanceAssignment
An immutable client-side representation of GovernanceAssignment.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Governance |
additionalData()
Gets the additional |
|
abstract
Governance |
governanceEmailNotification()
Gets the governance |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Governance |
innerModel()
Gets the inner com. |
| abstract Boolean |
isGracePeriod()
Gets the is |
| abstract String |
name()
Gets the name property: The name of the resource. |
| abstract String |
owner()
Gets the owner property: The Owner for the governance assignment - e. |
|
abstract
Governance |
refresh()
Refreshes the resource to sync with Azure. |
|
abstract
Governance |
refresh(Context context)
Refreshes the resource to sync with Azure. |
|
abstract
Offset |
remediationDueDate()
Gets the remediation |
|
abstract
Remediation |
remediationEta()
Gets the remediation |
|
abstract
System |
systemData()
Gets the system |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract Update |
update()
Begins update for the Governance |
Method Details
additionalData
public abstract GovernanceAssignmentAdditionalData additionalData()
Gets the additionalData property: The additional data for the governance assignment - e.g. links to ticket (optional), see example.
Returns:
governanceEmailNotification
public abstract GovernanceEmailNotification governanceEmailNotification()
Gets the governanceEmailNotification property: The email notifications settings for the governance rule, states whether to disable notifications for mangers and owners.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract GovernanceAssignmentInner innerModel()
Gets the inner com.azure.resourcemanager.security.fluent.models.GovernanceAssignmentInner object.
Returns:
isGracePeriod
public abstract Boolean isGracePeriod()
Gets the isGracePeriod property: Defines whether there is a grace period on the governance assignment.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
owner
public abstract String owner()
Gets the owner property: The Owner for the governance assignment - e.g. user@contoso.com - see example.
Returns:
refresh
public abstract GovernanceAssignment refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract GovernanceAssignment refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
remediationDueDate
public abstract OffsetDateTime remediationDueDate()
Gets the remediationDueDate property: The remediation due-date - after this date Secure Score will be affected (in case of active grace-period).
Returns:
remediationEta
public abstract RemediationEta remediationEta()
Gets the remediationEta property: The ETA (estimated time of arrival) for remediation (optional), see example.
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract GovernanceAssignment.Update update()
Begins update for the GovernanceAssignment resource.
Returns: