Class GovernancePolicyEditDetailsDetails
Edited policy.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class GovernancePolicyEditDetailsDetails
Constructors
View SourceGovernancePolicyEditDetailsDetails(string, string, string, string, string, PolicyType)
Initializes a new instance of the GovernancePolicyEditDetailsDetails class.
Declaration
public GovernancePolicyEditDetailsDetails(string governancePolicyId, string name, string attribute, string previousValue, string newValue, PolicyType policyType = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | governancePolicyId | Policy ID. |
| string | name | Policy name. |
| string | attribute | Attribute. |
| string | previousValue | From. |
| string | newValue | To. |
| PolicyType | policyType | Policy type. |
Properties
View SourceAttribute
Attribute.
Declaration
public string Attribute { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
GovernancePolicyId
Policy ID.
Declaration
public string GovernancePolicyId { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Policy name.
Declaration
public string Name { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
NewValue
To.
Declaration
public string NewValue { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
PolicyType
Policy type.
Declaration
public PolicyType PolicyType { get; protected set; }
Property Value
| Type | Description |
|---|---|
| PolicyType |
PreviousValue
From.
Declaration
public string PreviousValue { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |