pub struct GoogleCloudDataplexV1DataProductAccessGroup {
pub description: Option<String>,
pub display_name: Option<String>,
pub id: Option<String>,
pub principal: Option<GoogleCloudDataplexV1DataProductPrincipal>,
}Expand description
Custom user defined access groups at the Data Product level. These are used for granting different levels of access (IAM roles) on the individual Data Product’s Data Assets.
This type is not used in any activity, and only used as part of another schema.
Fields§
§description: Option<String>Optional. Description of the access group.
display_name: Option<String>Required. User friendly display name of the access group. Eg. “Analyst”, “Developer”, etc.
id: Option<String>Required. Unique identifier of the access group within the Data Product. User defined. Eg. “analyst”, “developer”, etc.
principal: Option<GoogleCloudDataplexV1DataProductPrincipal>Required. The principal entity associated with this access group.
Trait Implementations§
Source§impl Clone for GoogleCloudDataplexV1DataProductAccessGroup
impl Clone for GoogleCloudDataplexV1DataProductAccessGroup
Source§fn clone(&self) -> GoogleCloudDataplexV1DataProductAccessGroup
fn clone(&self) -> GoogleCloudDataplexV1DataProductAccessGroup
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for GoogleCloudDataplexV1DataProductAccessGroup
impl Default for GoogleCloudDataplexV1DataProductAccessGroup
Source§fn default() -> GoogleCloudDataplexV1DataProductAccessGroup
fn default() -> GoogleCloudDataplexV1DataProductAccessGroup
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudDataplexV1DataProductAccessGroup
impl<'de> Deserialize<'de> for GoogleCloudDataplexV1DataProductAccessGroup
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Part for GoogleCloudDataplexV1DataProductAccessGroup
Auto Trait Implementations§
impl Freeze for GoogleCloudDataplexV1DataProductAccessGroup
impl RefUnwindSafe for GoogleCloudDataplexV1DataProductAccessGroup
impl Send for GoogleCloudDataplexV1DataProductAccessGroup
impl Sync for GoogleCloudDataplexV1DataProductAccessGroup
impl Unpin for GoogleCloudDataplexV1DataProductAccessGroup
impl UnsafeUnpin for GoogleCloudDataplexV1DataProductAccessGroup
impl UnwindSafe for GoogleCloudDataplexV1DataProductAccessGroup
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more