Struct k8s_openapi::api::authorization::v1::SelfSubjectAccessReviewSpec [−][src]
pub struct SelfSubjectAccessReviewSpec {
pub non_resource_attributes: Option<NonResourceAttributes>,
pub resource_attributes: Option<ResourceAttributes>,
}Expand description
SelfSubjectAccessReviewSpec is a description of the access request. Exactly one of ResourceAuthorizationAttributes and NonResourceAuthorizationAttributes must be set
Fields
non_resource_attributes: Option<NonResourceAttributes>NonResourceAttributes describes information for a non-resource access request
resource_attributes: Option<ResourceAttributes>ResourceAuthorizationAttributes describes information for a resource access request
Trait Implementations
Returns the “default value” for a type. Read more
Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for SelfSubjectAccessReviewSpecimpl Send for SelfSubjectAccessReviewSpecimpl Sync for SelfSubjectAccessReviewSpecimpl Unpin for SelfSubjectAccessReviewSpecimpl UnwindSafe for SelfSubjectAccessReviewSpecBlanket Implementations
Mutably borrows from an owned value. Read more