Class GovernancePolicyCreateDetails
Activated a new policy.
Inheritance
System.Object
GovernancePolicyCreateDetails
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class GovernancePolicyCreateDetails
Constructors
| Improve this Doc View SourceGovernancePolicyCreateDetails(String, String, DurationLogInfo, PolicyType, IEnumerable<String>)
Initializes a new instance of the GovernancePolicyCreateDetails class.
Declaration
public GovernancePolicyCreateDetails(string governancePolicyId, string name, DurationLogInfo duration, PolicyType policyType = null, IEnumerable<string> folders = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | governancePolicyId | Policy ID. |
System.String | name | Policy name. |
DurationLogInfo | duration | Duration in days. |
PolicyType | policyType | Policy type. |
System.Collections.Generic.IEnumerable<System.String> | folders | Folders. |
Properties
| Improve this Doc View SourceDuration
Duration in days.
Declaration
public DurationLogInfo Duration { get; protected set; }
Property Value
Type | Description |
---|---|
DurationLogInfo |
Folders
Folders.
Declaration
public IList<string> Folders { get; protected set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.String> |
GovernancePolicyId
Policy ID.
Declaration
public string GovernancePolicyId { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Policy name.
Declaration
public string Name { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
PolicyType
Policy type.
Declaration
public PolicyType PolicyType { get; protected set; }
Property Value
Type | Description |
---|---|
PolicyType |