次の方法で共有


CreatedByType type

CreatedByType の値を定義します。 使用できる値は、'User'、'Application'、'ManagedIdentity'、'Key' です。

type CreatedByType = "User" | "Application" | "ManagedIdentity" | "Key"