Class GetSchemaResponse

    • Method Detail

      • policyStoreId

        public final String policyStoreId()

        The ID of the policy store that contains the schema.

        Returns:
        The ID of the policy store that contains the schema.
      • schema

        public final String schema()

        The body of the schema, written in Cedar schema JSON.

        Returns:
        The body of the schema, written in Cedar schema JSON.
      • createdDate

        public final Instant createdDate()

        The date and time that the schema was originally created.

        Returns:
        The date and time that the schema was originally created.
      • lastUpdatedDate

        public final Instant lastUpdatedDate()

        The date and time that the schema was most recently updated.

        Returns:
        The date and time that the schema was most recently updated.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object