class documentation

class SsoAddCertDetails(bb.Struct): (source)

View In Hierarchy

Added X.509 certificate for SSO. :ivar team_log.SsoAddCertDetails.certificate_details: SSO certificate details.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable certificate_details Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _certificate_details_value Undocumented
def __init__(self, certificate_details=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

certificate_details = (source)

Undocumented

def _process_custom_annotations(self, annotation_type, field_path, processor): (source)

Undocumented

_has_required_fields: bool = (source)

Undocumented

_certificate_details_value = (source)

Undocumented