Module types/input
APIs
APIs
interface ProviderClientcert
interface ProviderClientcertproperty cert
cert: pulumi.Input<string>;property key
key: pulumi.Input<string>;interface SchemaPolicy
interface SchemaPolicyproperty create
create?: pulumi.Input<boolean>;Should the specified ROLE have CREATE privileges to the specified SCHEMA.
property createWithGrant
createWithGrant?: pulumi.Input<boolean>;Should the specified ROLE have CREATE privileges to the specified SCHEMA and the ability to GRANT the CREATE privilege to other ROLEs.
property role
role?: pulumi.Input<string>;The ROLE who is receiving the policy. If this value is empty or not specified it implies the policy is referring to the PUBLIC role.
property usage
usage?: pulumi.Input<boolean>;Should the specified ROLE have USAGE privileges to the specified SCHEMA.
property usageWithGrant
usageWithGrant?: pulumi.Input<boolean>;Should the specified ROLE have USAGE privileges to the specified SCHEMA and the ability to GRANT the USAGE privilege to other ROLEs.