Class OrganizationSmSentryPoliciesAssignmentsUpdateRequestPolicy
Sentry Group Policy for the Organization
[DataContract]
public class OrganizationSmSentryPoliciesAssignmentsUpdateRequestPolicy
- Inheritance
-
OrganizationSmSentryPoliciesAssignmentsUpdateRequestPolicy
- Inherited Members
Constructors
OrganizationSmSentryPoliciesAssignmentsUpdateRequestPolicy()
public OrganizationSmSentryPoliciesAssignmentsUpdateRequestPolicy()
Properties
GroupPolicyId
The Group Policy Id
[DataMember(Name = "groupPolicyId")]
public string GroupPolicyId { get; set; }
Property Value
PolicyId
The Sentry Policy Id, if updating an existing Sentry Policy
[DataMember(Name = "policyId")]
public string PolicyId { get; set; }
Property Value
Scope
The scope of the Sentry Policy. enum = ["all", "none", "withAll", "withAny", "withoutAll", ...]
[DataMember(Name = "scope")]
public string Scope { get; set; }
Property Value
SmNetworkId
The Id of the Systems Manager Network
[DataMember(Name = "smNetworkId")]
public string SmNetworkId { get; set; }
Property Value
Tags
The tags for the Sentry Policy
[DataMember(Name = "tags")]
public List<string> Tags { get; set; }