public sealed class Grant.Types.Timeline.Types.Event.Types.Scheduled : IMessage<Grant.Types.Timeline.Types.Event.Types.Scheduled>, IEquatable<Grant.Types.Timeline.Types.Event.Types.Scheduled>, IDeepCloneable<Grant.Types.Timeline.Types.Event.Types.Scheduled>, IBufferMessage, IMessage
Reference documentation and code samples for the Privileged Access Manager v1 API class Grant.Types.Timeline.Types.Event.Types.Scheduled.
An event representing that the grant has been scheduled to be
activated later.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference documentation for the `Grant.Types.Timeline.Types.Event.Types.Scheduled` class within the Privileged Access Manager v1 API, specifically in version 1.0.0-beta01."],["The `Scheduled` class represents an event where a grant is scheduled to be activated at a future time, inheriting from `object` and implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, one default and another that takes an existing `Scheduled` object as a parameter for copying."],["The `ScheduledActivationTime` property is an output-only property of type `Timestamp`, which indicates when the access will be granted."],["The class includes inherited methods such as `GetHashCode()`, `GetType()`, and `ToString()` from the base `object` class."]]],[]]