Skip to content

ReplacementCombinedGroupServiceAuthorizationList

Bases: OCIType

A list of group services that replaces a previously authorized group services.

Attributes:

group_service_authorization (List[CombinedGroupServiceAuthorization]):
Source code in src/mercury_ocip/commands/commands.py
@dataclass(kw_only=True)
class ReplacementCombinedGroupServiceAuthorizationList(OCIType):
    """A list of group services that replaces a previously authorized group services.

    Attributes:

        group_service_authorization (List[CombinedGroupServiceAuthorization]):

    """

    group_service_authorization: List[CombinedGroupServiceAuthorization] = field(
        metadata={"alias": "groupServiceAuthorization"}
    )