Skip to content

AuthPolicyValiditySchedule

Validity schedule struct for policy

Complete reference

This is a complete reference for the AuthPolicyValiditySchedule struct in Atlan, showing all of its embedded properties. For an introduction, you probably want to start with:

  • Snippets — small, atomic examples of single-step use cases.
  • Patterns — walkthroughs of common multi-step implementation patterns.

Embedded properties

These are the attributes embedded within each instance of the AuthPolicyValiditySchedule struct in an asset:

policyValidityScheduleStartTime
TBC
1
2
builder.policyValidityScheduleStartTime(...); // (1)
authPolicyValiditySchedule.getPolicyValidityScheduleStartTime(); // (2)
  1. Set the policyValidityScheduleStartTime for a AuthPolicyValiditySchedule.

    For more details

    For more information, see the asset CRUD snippets on either creating or updating assets.

  2. Retrieve the policyValidityScheduleStartTime from a AuthPolicyValiditySchedule.

    For more details

    For more information, see the asset CRUD snippets on retrieving assets.

policyValidityScheduleEndTime
TBC
1
2
builder.policyValidityScheduleEndTime(...); // (1)
authPolicyValiditySchedule.getPolicyValidityScheduleEndTime(); // (2)
  1. Set the policyValidityScheduleEndTime for a AuthPolicyValiditySchedule.

    For more details

    For more information, see the asset CRUD snippets on either creating or updating assets.

  2. Retrieve the policyValidityScheduleEndTime from a AuthPolicyValiditySchedule.

    For more details

    For more information, see the asset CRUD snippets on retrieving assets.

policyValidityScheduleTimezone
TBC
1
2
builder.policyValidityScheduleTimezone(...); // (1)
authPolicyValiditySchedule.getPolicyValidityScheduleTimezone(); // (2)
  1. Set the policyValidityScheduleTimezone for a AuthPolicyValiditySchedule.

    For more details

    For more information, see the asset CRUD snippets on either creating or updating assets.

  2. Retrieve the policyValidityScheduleTimezone from a AuthPolicyValiditySchedule.

    For more details

    For more information, see the asset CRUD snippets on retrieving assets.

policyValidityScheduleStartTime
TBC
1
2
3
4
5
{
  "attributes": {
    "policyValidityScheduleStartTime": ... // (1)
  }
}
  1. Set the policyValidityScheduleStartTime for a AuthPolicyValiditySchedule.

    For more details

    For more information, see the asset CRUD snippets.

policyValidityScheduleEndTime
TBC
1
2
3
4
5
{
  "attributes": {
    "policyValidityScheduleEndTime": ... // (1)
  }
}
  1. Set the policyValidityScheduleEndTime for a AuthPolicyValiditySchedule.

    For more details

    For more information, see the asset CRUD snippets.

policyValidityScheduleTimezone
TBC
1
2
3
4
5
{
  "attributes": {
    "policyValidityScheduleTimezone": ... // (1)
  }
}
  1. Set the policyValidityScheduleTimezone for a AuthPolicyValiditySchedule.

    For more details

    For more information, see the asset CRUD snippets.