Struct google_sqladmin1_beta4::AclEntry [] [src]

pub struct AclEntry {
    pub expiration_time: Option<String>,
    pub kind: Option<String>,
    pub value: Option<String>,
    pub name: Option<String>,
}

An entry for an Access Control list.

This type is not used in any activity, and only used as part of another schema.

Fields

The time when this access control entry expires in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.

This is always sql#aclEntry.

The whitelisted value for the access control list.

An optional label to identify this entry.

Trait Implementations

impl Debug for AclEntry
[src]

Formats the value using the given formatter.

impl Clone for AclEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for AclEntry
[src]

Returns the "default value" for a type. Read more

impl Part for AclEntry
[src]