PolicyConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The full policy configuration with settings.
[System.Runtime.Serialization.DataContract]
public class PolicyConfiguration : Microsoft.TeamFoundation.Policy.WebApi.VersionedPolicyConfigurationRef
type PolicyConfiguration = class
inherit VersionedPolicyConfigurationRef
Public Class PolicyConfiguration
Inherits VersionedPolicyConfigurationRef
- Inheritance
-
Microsoft.VisualStudio.Services.WebApi.BaseSecuredObjectPolicyConfiguration
- Attributes
Constructors
| PolicyConfiguration() | |
| PolicyConfiguration(ISecuredObject) |
Properties
| CreatedBy |
A reference to the identity that created the policy. |
| CreatedDate |
The date and time when the policy was created. |
| Id |
The policy configuration ID. (Inherited from PolicyConfigurationRef) |
| IsBlocking |
Indicates whether the policy is blocking. |
| IsDeleted |
Indicates whether the policy has been (soft) deleted. |
| IsEnabled |
Indicates whether the policy is enabled. |
| Links |
The links to other objects related to this object. |
| Revision |
The policy configuration revision ID. (Inherited from VersionedPolicyConfigurationRef) |
| Settings |
The policy configuration settings. |
| Type |
The policy configuration type. (Inherited from PolicyConfigurationRef) |
| Url |
The URL where the policy configuration can be retrieved. (Inherited from PolicyConfigurationRef) |