class K8S::Api::Core::V1::WindowsSecurityContextOptions
- K8S::Api::Core::V1::WindowsSecurityContextOptions
 - Reference
 - Object
 
Overview
WindowsSecurityContextOptions contain Windows-specific options and credentials.
Included Modules
- JSON::Serializable
 - JSON::Serializable::Unmapped
 - YAML::Serializable
 - YAML::Serializable::Unmapped
 
Defined in:
versions/v1.18/api/core/v1/windows_security_context_options.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
 - .new(pull : JSON::PullParser)
 - .new(*, gmsa_credential_spec : String? = nil, gmsa_credential_spec_name : String? = nil, run_as_user_name : String? = nil)
 
Instance Method Summary
- #gmsa_credential_spec : String?
 - #gmsa_credential_spec=(gmsa_credential_spec : String?)
 - #gmsa_credential_spec_name : String?
 - #gmsa_credential_spec_name=(gmsa_credential_spec_name : String?)
 - #run_as_user_name : String?
 - #run_as_user_name=(run_as_user_name : String?)
 
Constructor Detail
        
        def self.new(*, gmsa_credential_spec : String? = nil, gmsa_credential_spec_name : String? = nil, run_as_user_name : String? = nil)
        #