Class FieldLevelEncryptionProfileSummary

    • Method Detail

      • id

        public final String id()

        ID for the field-level encryption profile summary.

        Returns:
        ID for the field-level encryption profile summary.
      • lastModifiedTime

        public final Instant lastModifiedTime()

        The time when the the field-level encryption profile summary was last updated.

        Returns:
        The time when the the field-level encryption profile summary was last updated.
      • name

        public final String name()

        Name for the field-level encryption profile summary.

        Returns:
        Name for the field-level encryption profile summary.
      • encryptionEntities

        public final EncryptionEntities encryptionEntities()

        A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.

        Returns:
        A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.
      • comment

        public final String comment()

        An optional comment for the field-level encryption profile summary. The comment cannot be longer than 128 characters.

        Returns:
        An optional comment for the field-level encryption profile summary. The comment cannot be longer than 128 characters.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)