Package version:

Interface OrganizationResourceUpdate

The type used for update operations of the OrganizationResource.

interface OrganizationResourceUpdate {
    identity?: ManagedServiceIdentity;
    properties?: OrganizationResourceUpdateProperties;
    tags?: {
        [propertyName: string]: string;
    };
}

Properties

The managed service identities assigned to this resource.

The updatable properties of the OrganizationResource.

tags?: {
    [propertyName: string]: string;
}

Resource tags.

Type declaration

  • [propertyName: string]: string

Generated using TypeDoc