Struct

SecretSchemaAttribute

Description [src]

struct SecretSchemaAttribute {
  const gchar* name;
  SecretSchemaAttributeType type;
}

An attribute in a SecretSchema.

Structure members
name: const gchar*

Name of the attribute.

type: SecretSchemaAttributeType

The type of the attribute.