Skip to content

ReplacementCombinedUserServiceAuthorizationList

Bases: OCIType

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

Attributes:

user_service_authorization (List[CombinedUserServiceAuthorization]):
Source code in src/mercury_ocip_fast/commands/commands.py
@dataclass(kw_only=True)
class ReplacementCombinedUserServiceAuthorizationList(OCIType):
    """A list of user services that replaces a previously authorized user services.

    Attributes:

        user_service_authorization (List[CombinedUserServiceAuthorization]):

    """

    user_service_authorization: List[CombinedUserServiceAuthorization] = field(
        metadata={"alias": "userServiceAuthorization"}
    )