Class: Google::Cloud::Dataproc::V1::SecurityConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1::SecurityConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataproc/v1/clusters.rb
Overview
Security related configuration, including encryption, Kerberos, etc.
Instance Attribute Summary collapse
-
#identity_config ⇒ ::Google::Cloud::Dataproc::V1::IdentityConfig
Optional.
-
#kerberos_config ⇒ ::Google::Cloud::Dataproc::V1::KerberosConfig
Optional.
Instance Attribute Details
#identity_config ⇒ ::Google::Cloud::Dataproc::V1::IdentityConfig
Returns Optional. Identity related configuration, including service account based secure multi-tenancy user mappings.
927 928 929 930 |
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 927 class SecurityConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#kerberos_config ⇒ ::Google::Cloud::Dataproc::V1::KerberosConfig
Returns Optional. Kerberos related configuration.
927 928 929 930 |
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 927 class SecurityConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |