Struct google_api_proto::google::cloud::netapp::v1::ActiveDirectory
source · pub struct ActiveDirectory {Show 22 fields
pub name: String,
pub create_time: Option<Timestamp>,
pub state: i32,
pub domain: String,
pub site: String,
pub dns: String,
pub net_bios_prefix: String,
pub organizational_unit: String,
pub aes_encryption: bool,
pub username: String,
pub password: String,
pub backup_operators: Vec<String>,
pub administrators: Vec<String>,
pub security_operators: Vec<String>,
pub kdc_hostname: String,
pub kdc_ip: String,
pub nfs_users_with_ldap: bool,
pub description: String,
pub ldap_signing: bool,
pub encrypt_dc_connections: bool,
pub labels: BTreeMap<String, String>,
pub state_details: String,
}Expand description
ActiveDirectory is the public representation of the active directory config.
Fields§
§name: StringIdentifier. The resource name of the active directory.
Format:
projects/{project_number}/locations/{location_id}/activeDirectories/{active_directory_id}.
create_time: Option<Timestamp>Output only. Create time of the active directory.
state: i32Output only. The state of the AD.
domain: StringRequired. Name of the Active Directory domain
site: StringThe Active Directory site the service will limit Domain Controller discovery too.
dns: StringRequired. Comma separated list of DNS server IP addresses for the Active Directory domain.
net_bios_prefix: StringRequired. NetBIOSPrefix is used as a prefix for SMB server name.
organizational_unit: StringThe Organizational Unit (OU) within the Windows Active Directory the user belongs to.
aes_encryption: boolIf enabled, AES encryption will be enabled for SMB communication.
username: StringRequired. Username of the Active Directory domain administrator.
password: StringRequired. Password of the Active Directory domain administrator.
backup_operators: Vec<String>Optional. Users to be added to the Built-in Backup Operator active directory group.
administrators: Vec<String>Optional. Users to be added to the Built-in Admininstrators group.
security_operators: Vec<String>Optional. Domain users to be given the SeSecurityPrivilege.
kdc_hostname: StringName of the active directory machine. This optional parameter is used only while creating kerberos volume
kdc_ip: StringKDC server IP address for the active directory machine.
nfs_users_with_ldap: boolIf enabled, will allow access to local users and LDAP users. If access is needed for only LDAP users, it has to be disabled.
description: StringDescription of the active directory.
ldap_signing: boolSpecifies whether or not the LDAP traffic needs to be signed.
encrypt_dc_connections: boolIf enabled, traffic between the SMB server to Domain Controller (DC) will be encrypted.
labels: BTreeMap<String, String>Labels for the active directory.
state_details: StringOutput only. The state details of the Active Directory.
Implementations§
Trait Implementations§
source§impl Clone for ActiveDirectory
impl Clone for ActiveDirectory
source§fn clone(&self) -> ActiveDirectory
fn clone(&self) -> ActiveDirectory
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for ActiveDirectory
impl Debug for ActiveDirectory
source§impl Default for ActiveDirectory
impl Default for ActiveDirectory
source§impl Message for ActiveDirectory
impl Message for ActiveDirectory
source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self. Read moresource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self.source§impl PartialEq for ActiveDirectory
impl PartialEq for ActiveDirectory
source§fn eq(&self, other: &ActiveDirectory) -> bool
fn eq(&self, other: &ActiveDirectory) -> bool
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ActiveDirectory
Auto Trait Implementations§
impl Freeze for ActiveDirectory
impl RefUnwindSafe for ActiveDirectory
impl Send for ActiveDirectory
impl Sync for ActiveDirectory
impl Unpin for ActiveDirectory
impl UnwindSafe for ActiveDirectory
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T in a tonic::Request