kubernetes_asyncio.client.models.v1_self_subject_access_review_spec module

Kubernetes

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501

The version of the OpenAPI document: v1.34.3 Generated by: https://openapi-generator.tech

class kubernetes_asyncio.client.models.v1_self_subject_access_review_spec.V1SelfSubjectAccessReviewSpec(non_resource_attributes=None, resource_attributes=None, local_vars_configuration=None)

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

attribute_map = {'non_resource_attributes': 'nonResourceAttributes', 'resource_attributes': 'resourceAttributes'}
property non_resource_attributes

Gets the non_resource_attributes of this V1SelfSubjectAccessReviewSpec. # noqa: E501

Returns:

The non_resource_attributes of this V1SelfSubjectAccessReviewSpec. # noqa: E501

Return type:

V1NonResourceAttributes

openapi_types = {'non_resource_attributes': 'V1NonResourceAttributes', 'resource_attributes': 'V1ResourceAttributes'}
property resource_attributes

Gets the resource_attributes of this V1SelfSubjectAccessReviewSpec. # noqa: E501

Returns:

The resource_attributes of this V1SelfSubjectAccessReviewSpec. # noqa: E501

Return type:

V1ResourceAttributes

to_dict(serialize=False)

Returns the model properties as a dict

to_str()

Returns the string representation of the model