/// ObjectRole
#[derive(serde::Serialize, serde::Deserialize, Debug, Default, Clone)]
pub struct ObjectRole {
pub object_id: String,
/// The object types that roles can be assigned to.
pub object_type: crate::models::ObjectTypeEnum,
pub role_definition_id: crate::models::RoleDefinitionIdEnum,
}