Show / Hide Table of Contents

Class GoogleChromePolicyVersionsV1PolicyApiLifecycle

Lifecycle information.

Inheritance
object
GoogleChromePolicyVersionsV1PolicyApiLifecycle
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ChromePolicy.v1.Data
Assembly: Google.Apis.ChromePolicy.v1.dll
Syntax
public class GoogleChromePolicyVersionsV1PolicyApiLifecycle : IDirectResponseSchema

Properties

DeprecatedInFavorOf

In the event that this policy was deprecated in favor of another policy, the fully qualified namespace(s) of the new policies as they will show in PolicyAPI. Could only be set if policy_api_lifecycle_stage is API_DEPRECATED.

Declaration
[JsonProperty("deprecatedInFavorOf")]
public virtual IList<string> DeprecatedInFavorOf { get; set; }
Property Value
Type Description
IList<string>

Description

Description about current life cycle.

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EndSupport

End supporting date for current policy. Attempting to modify a policy after its end support date will result in a Bad Request (400 error). Could only be set if policy_api_lifecycle_stage is API_DEPRECATED.

Declaration
[JsonProperty("endSupport")]
public virtual GoogleTypeDate EndSupport { get; set; }
Property Value
Type Description
GoogleTypeDate

PolicyApiLifecycleStage

Indicates current life cycle stage of the policy API.

Declaration
[JsonProperty("policyApiLifecycleStage")]
public virtual string PolicyApiLifecycleStage { get; set; }
Property Value
Type Description
string

ScheduledToDeprecatePolicies

Corresponding to deprecated_in_favor_of, the fully qualified namespace(s) of the old policies that will be deprecated because of introduction of this policy.

Declaration
[JsonProperty("scheduledToDeprecatePolicies")]
public virtual IList<string> ScheduledToDeprecatePolicies { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX